Skip to content
Snippets Groups Projects
Commit 0860532d authored by Philipp Stadler's avatar Philipp Stadler
Browse files

refactor: merge notify and release stages

parent 7729b6ab
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,6 @@ image: durcheinander/pack-build:1.0.0 ...@@ -3,7 +3,6 @@ image: durcheinander/pack-build:1.0.0
stages: stages:
- build - build
- release - release
- notify
build: build:
image: durcheinander/export-apkgs:1.0.0 image: durcheinander/export-apkgs:1.0.0
...@@ -138,7 +137,7 @@ create-gitlab-release: ...@@ -138,7 +137,7 @@ create-gitlab-release:
url: '$ARTIFACTS_URL' url: '$ARTIFACTS_URL'
send-release-notes-to-group: send-release-notes-to-group:
stage: notify stage: release
resource_group: whatsapp resource_group: whatsapp
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment