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
3 files
+ 26
19
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 0
9
@@ -148,27 +148,18 @@ clean build workflow:
@@ -148,27 +148,18 @@ clean build workflow:
variables:
variables:
SERVICE_NAME: "workflow"
SERVICE_NAME: "workflow"
extends: .cleanup
extends: .cleanup
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_MESSAGE =~ /\A(?i)-debug/'
when: never
clean build capability:
clean build capability:
stage: clean-images
stage: clean-images
variables:
variables:
SERVICE_NAME: "capability"
SERVICE_NAME: "capability"
extends: .cleanup
extends: .cleanup
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_MESSAGE =~ /\A(?i)-debug/'
when: never
clean build notification:
clean build notification:
stage: clean-images
stage: clean-images
variables:
variables:
SERVICE_NAME: "notification"
SERVICE_NAME: "notification"
extends: .cleanup
extends: .cleanup
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_MESSAGE =~ /\A(?i)-debug/'
when: never
# Deploy Stages
# Deploy Stages
Loading