Skip to content
Snippets Groups Projects

Sws 21 add frontend to local env

Merged Andrew Kapuscinski requested to merge SWS-21-add-frontend-to-local-env into main
1 unresolved thread
Files
3
+ 0
9
@@ -148,27 +148,18 @@ clean build workflow:
variables:
SERVICE_NAME: "workflow"
extends: .cleanup
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_MESSAGE =~ /\A(?i)-debug/'
when: never
clean build capability:
stage: clean-images
variables:
SERVICE_NAME: "capability"
extends: .cleanup
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_MESSAGE =~ /\A(?i)-debug/'
when: never
clean build notification:
stage: clean-images
variables:
SERVICE_NAME: "notification"
extends: .cleanup
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_MESSAGE =~ /\A(?i)-debug/'
when: never
# Deploy Stages
Loading