Compare commits
No commits in common. "5924f5d967fd9f645a32a735b789c1b3177e53ff" and "162db3d12b38ad75bdc6944d56ff5273677f8aca" have entirely different histories.
5924f5d967
...
162db3d12b
@ -9,7 +9,7 @@ steps:
|
||||
commands:
|
||||
- git fetch --tags
|
||||
- name: Update version and changelog
|
||||
image: registry.riba-interactive.de/conventi:0.1.0
|
||||
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:0.1.0
|
||||
image: registry.riba-interactive.de/conventi:latest
|
||||
commands:
|
||||
- export VERSION=$(conventi.sh get_version)
|
||||
- git tag -am "Tagging new version $VERSION" "$VERSION"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user