File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -746,14 +746,14 @@ docker run --rm --entrypoint java gitops-playground:dev -classpath /app/gitops-p
746746On ` main` branch:
747747
748748` ` ` ` shell
749- TAG=0.2 .0
749+ TAG=0.5 .0
750750
751751git checkout main
752- git pull
753- git tag -s $TAG -m $TAG
754- git push --follow-tags
752+ [[ $? -eq 0 ]] && git pull
753+ [[ $? -eq 0 ]] && git tag -s $TAG -m $TAG
754+ [[ $? -eq 0 ]] && git push --follow-tags
755755
756- xdg-open https://ecosystem.cloudogu.com/jenkins/job/cloudogu-github/job/gitops-playground/job/main/build? delay=0sec
756+ [[ $? -eq 0 ]] && xdg-open https://ecosystem.cloudogu.com/jenkins/job/cloudogu-github/job/gitops-playground/job/main/build? delay=0sec
757757` ` ` `
758758
759759For now, please start a Jenkins Build of ` main` manually.
You can’t perform that action at this time.
0 commit comments