Add more $ to the env

This commit is contained in:
dvirlabs 2025-06-16 23:12:15 +03:00
parent b2110ec9c9
commit 84355d2e50

View File

@ -53,7 +53,7 @@ steps:
- apk add --no-cache git yq
- git config --global user.name "woodpecker-bot"
- git config --global user.email "ci@dvirlabs.com"
- git clone https://${GIT_USERNAME}:${GIT_TOKEN}@git.dvirlabs.com/dvirlabs/my-apps.git
- git clone https://$${GIT_USERNAME}:$${GIT_TOKEN}@git.dvirlabs.com/dvirlabs/my-apps.git
- cd my-apps
- yq -i '.image.tag = "${CI_COMMIT_SHA:0:7}"' manifests/labmap/values.yaml
- git add manifests/labmap/values.yaml