Trigger
This commit is contained in:
parent
bed8e728d3
commit
5eae807615
@ -54,10 +54,10 @@ steps:
|
||||
- apk add --no-cache git curl yq
|
||||
- git config --global user.name "Woodpecker Bot"
|
||||
- git config --global user.email "ci@dvirlabs.com"
|
||||
- echo "${GIT_USERNAME:0:3}***"
|
||||
- git clone https://${GIT_USERNAME}:${GIT_TOKEN}@git.dvirlabs.com/dvirlabs/my-apps.git
|
||||
- cd my-apps/manifests/labmap
|
||||
- yq -i ".image.tag = \"${IMAGE_TAG}\"" values.yaml
|
||||
- git add values.yaml
|
||||
- git commit -m "Update labmap image tag to ${IMAGE_TAG}" || echo "Nothing to commit"
|
||||
- git push origin master
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user