fix(pipeline): fix git push parameters

This commit is contained in:
Rick Barenthin 2022-06-01 23:50:38 +02:00
parent 2d410650fb
commit 5f11475069

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: