Try to push to my-apps repo
This commit is contained in:
parent
827371277e
commit
a6c922247b
@ -48,7 +48,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://dvirlabs:${GITEA_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
|
||||
@ -56,4 +56,5 @@ steps:
|
||||
- git push origin master
|
||||
environment:
|
||||
from_secret:
|
||||
- GIT_USERNAME
|
||||
- GIT_TOKEN
|
||||
Loading…
x
Reference in New Issue
Block a user