Try tigger gitops pipeline
This commit is contained in:
parent
e64715eafc
commit
83ef4f6435
@ -106,7 +106,7 @@ steps:
|
||||
commands: |
|
||||
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/apps-gitops.git"
|
||||
git clone "https://$${GIT_USERNAME}:$${GIT_TOKEN}@git.dvirlabs.com/dvirlabs/apps-gitops.git"
|
||||
cd apps-gitops
|
||||
echo "# trigger at $(date)" >> .trigger
|
||||
git add .trigger
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user