Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • U uci
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • 运营组织-SRE
  • uci
  • Merge requests
  • !28

Merged
Created 2 years ago by 夏建平60190@60190Owner

[FIX] 修复chart_build中适配srm-front-app的判断条件(test)

  • Overview 0
  • Commits 1
  • Changes 1
  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Compare
  • master (base)

and
  • latest version
    e059a5c4
    1 commit, 2 years ago

1 file
+ 3
- 0

    Preferences

    File browser
    Compare changes
uci.sh
+ 3
- 0
  • View file @ e059a5c4

  • Edit in single-file editor

  • Edit in Web IDE


Show all unchanged lines Show 20 lines
CHART_PATH=$(find . -maxdepth 3 -name Chart.yaml)
if [[ "${PROJECT_NAME}" =~ ^"srm-front-app-" ]]; then
PROJECT_NAME="srm-front-app"
echo "PROJECT_NAME:" ${PROJECT_NAME}
exit 1
fi
# 构建chart包,重写version与app-version为当前版本
echo "CHART_PATH:" ${CHART_PATH%/*}
echo "PROJECT_NAME:" ${PROJECT_NAME}
pwd
helm package ${CHART_PATH%/*} --version ${CI_COMMIT_TAG} --app-version ${CI_COMMIT_TAG}
echo ${CI_COMMIT_TAG}
Show 20 lines Show all unchanged lines
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Milestone
No milestone
None
None
Time tracking
No estimate or time spent
0
Labels
None
Assign labels
  • No matching results
  • Manage project labels
Lock merge request
Unlocked
1
1 participant
user avatar
Reference: operation-sre/uci!28
Source branch: xjp-test

    0 pending comments

Menu

Projects Groups Snippets
Help