build: pin conventi version to last release
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #9
PR #9
This commit is contained in:
Rick Barenthin 2022-07-25 23:04:38 +02:00
parent 4335c35e5e
commit 8265fa3a8d

View File

@ -9,7 +9,7 @@ steps:
commands:
- git fetch --tags
- name: Update version and changelog
image: registry.riba-interactive.de/conventi:latest
image: registry.riba-interactive.de/conventi:0.1.0
- 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:latest
image: registry.riba-interactive.de/conventi:0.1.0
commands:
- export VERSION=$(conventi.sh get_version)
- git tag -am "Tagging new version $VERSION" "$VERSION"