EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
View Server 2
scheduler
Commits
0fb48c0e
Commit
0fb48c0e
authored
Dec 07, 2021
by
Bernhard Mallinger
Browse files
Fix command line flag
parent
0ca82379
Pipeline
#19436
passed with stages
in 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0fb48c0e
...
@@ -69,7 +69,7 @@ integration_test:
...
@@ -69,7 +69,7 @@ integration_test:
-
cd vs-deployment
-
cd vs-deployment
-
git switch -c "${BRANCH_NAME}"
-
git switch -c "${BRANCH_NAME}"
# bump version in Chart.yaml
# bump version in Chart.yaml
-
../yq_linux_amd64 eval "( .dependencies[] | select(.name == \"${SERVICE_NAME}\") | .version ) = \"${CI_COMMIT_TAG}\"" --in
-
place Chart.yaml
-
../yq_linux_amd64 eval "( .dependencies[] | select(.name == \"${SERVICE_NAME}\") | .version ) = \"${CI_COMMIT_TAG}\"" --inplace Chart.yaml
-
helm dependency update
-
helm dependency update
-
git add charts/*
-
git add charts/*
-
git commit --all -m "Bump ${SERVICE_NAME} to ${CI_COMMIT_TAG}"
-
git commit --all -m "Bump ${SERVICE_NAME} to ${CI_COMMIT_TAG}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment