Skip to content
Snippets Groups Projects
Commit 22943f26 authored by Andrew Kapuscinski's avatar Andrew Kapuscinski
Browse files

replaced Cleanup stage with .post to ensure it runs last

parent 2934902a
No related branches found
No related tags found
1 merge request!79replaced Cleanup stage with .post to ensure it runs last
Pipeline #544 failed
......@@ -5,8 +5,8 @@ stages:
- unit-test-dev
- test-coverage
- push-dev
- clean-images
- deploy-coverage-page
- .post
# - deploy-dev
# - deploy-test
......@@ -166,19 +166,19 @@ push dev notification:
# Cleanup
clean build workflow:
stage: clean-images
stage: .post
variables:
SERVICE_NAME: "workflow"
extends: .cleanup
clean build capability:
stage: clean-images
stage: .post
variables:
SERVICE_NAME: "capability"
extends: .cleanup
clean build notification:
stage: clean-images
stage: .post
variables:
SERVICE_NAME: "notification"
extends: .cleanup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment