Compare commits
2 Commits
e7c9099696
...
7f1d1ffffc
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f1d1ffffc | |||
| 91f95fd3ef |
@ -9,7 +9,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- git fetch --tags
|
- git fetch --tags
|
||||||
- name: Update version and changelog
|
- name: Update version and changelog
|
||||||
image: registry.riba-interactive.de/conventi:1
|
image: registry.riba-interactive.de/conventi:latest
|
||||||
- name: Commit changelog updates
|
- name: Commit changelog updates
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
@ -17,7 +17,7 @@ steps:
|
|||||||
- git commit -m "version and changelog update [CI SKIP]"
|
- git commit -m "version and changelog update [CI SKIP]"
|
||||||
- git push origin $DRONE_TARGET_BRANCH
|
- git push origin $DRONE_TARGET_BRANCH
|
||||||
- name: Tag commit
|
- name: Tag commit
|
||||||
image: registry.riba-interactive.de/conventi:1
|
image: registry.riba-interactive.de/conventi:latest
|
||||||
commands:
|
commands:
|
||||||
- export VERSION=$(conventi.sh get_version)
|
- export VERSION=$(conventi.sh get_version)
|
||||||
- git tag -am "Tagging new version $VERSION" "$VERSION"
|
- git tag -am "Tagging new version $VERSION" "$VERSION"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user