Compare commits

...

2 Commits

Author SHA1 Message Date
7f1d1ffffc Merge pull request 'build: update pipeline conventi to latest' (#7) from develop into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #7
2022-07-25 22:56:51 +02:00
91f95fd3ef build: update pipeline conventi to latest
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #6
PR #6
2022-07-25 22:56:11 +02:00

View File

@ -9,7 +9,7 @@ steps:
commands:
- git fetch --tags
- name: Update version and changelog
image: registry.riba-interactive.de/conventi:1
image: registry.riba-interactive.de/conventi:latest
- name: Commit changelog updates
image: alpine/git
commands:
@ -17,7 +17,7 @@ steps:
- git commit -m "version and changelog update [CI SKIP]"
- git push origin $DRONE_TARGET_BRANCH
- name: Tag commit
image: registry.riba-interactive.de/conventi:1
image: registry.riba-interactive.de/conventi:latest
commands:
- export VERSION=$(conventi.sh get_version)
- git tag -am "Tagging new version $VERSION" "$VERSION"