fix(pipeline): fix git push parameters
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #7
PR #7
This commit is contained in:
Rick Barenthin 2022-06-01 23:54:18 +02:00
parent e992129261
commit 3fe3a2a598

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: