Skip to content
Snippets Groups Projects

Draft: Ci opt

Open Jan-Hendrik Willms requested to merge ci-opt into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -396,6 +396,7 @@ test-e2e:
E2E_REPORT: $REPORT_DIR/e2e.xml
interruptible: true
when: manual
allow_failure: true
cache:
- !reference [.caches, composer]
- !reference [.caches, npm]
@@ -462,6 +463,7 @@ build_image:
entrypoint: [""]
stage: build
when: manual
allow_failure: true
interruptible: true
variables:
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
Loading