fix(pipeline): fix git push parameters

This commit is contained in:
Rick Barenthin 2022-06-01 23:53:13 +02:00
parent e992129261
commit 4075a89bed

View File

@ -15,7 +15,7 @@ steps:
commands:
- git add .
- git commit -m "[CI SKIP] version and changelog update"
- git push origin
- git push origin $DRONE_TARGET_BRANCH
- name: tag commit
image: registry.riba-interactive.de/conventi:1
commands: