Try to push to my-apps repo
This commit is contained in:
parent
b1f4bed265
commit
827371277e
@ -48,7 +48,7 @@ steps:
|
|||||||
- apk add --no-cache git yq
|
- apk add --no-cache git yq
|
||||||
- git config --global user.name "woodpecker-bot"
|
- git config --global user.name "woodpecker-bot"
|
||||||
- git config --global user.email "ci@dvirlabs.com"
|
- git config --global user.email "ci@dvirlabs.com"
|
||||||
- git clone https://${GITEA_USERNAME}:${GITEA_TOKEN}@git.dvirlabs.com/dvirlabs/my-apps.git
|
- git clone https://dvirlabs:${GITEA_TOKEN}@git.dvirlabs.com/dvirlabs/my-apps.git
|
||||||
- cd my-apps
|
- cd my-apps
|
||||||
- yq -i '.image.tag = "${CI_COMMIT_SHA:0:7}"' manifests/labmap/values.yaml
|
- yq -i '.image.tag = "${CI_COMMIT_SHA:0:7}"' manifests/labmap/values.yaml
|
||||||
- git add manifests/labmap/values.yaml
|
- git add manifests/labmap/values.yaml
|
||||||
@ -56,5 +56,4 @@ steps:
|
|||||||
- git push origin master
|
- git push origin master
|
||||||
environment:
|
environment:
|
||||||
from_secret:
|
from_secret:
|
||||||
- GIT_USERNAME
|
|
||||||
- GIT_TOKEN
|
- GIT_TOKEN
|
||||||
Loading…
x
Reference in New Issue
Block a user