fix(pipeline): fix git push parameters #7

Merged
rick merged 1 commits from hotfix/push_params into main 2022-06-01 23:54:18 +02:00

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: