Skip to content
Snippets Groups Projects
Commit 4e73e615 authored by Sören Henning's avatar Sören Henning
Browse files

Restrict deployment for existing deps

parent 7321464d
No related branches found
No related tags found
1 merge request!187Migrate Beam benchmark implementation
Pipeline #5448 canceled
......@@ -137,7 +137,7 @@ spotbugs-benchmarks:
- theodolite-benchmarks/uc3-beam/**/*
- theodolite-benchmarks/uc4-beam/**/*
- theodolite-benchmarks/load-generator-commons/**/*
if: "$CR_HOST && $CR_ORG && $CR_USER && $CR_PW && $IMAGE_NAME && $JAVA_PROJECT_NAME"
if: "$CR_HOST && $CR_ORG && $CR_USER && $CR_PW && $IMAGE_NAME && $JAVA_PROJECT_NAME && $JAVA_PROJECT_DEPS"
when: always
- if: "$CR_HOST && $CR_ORG && $CR_USER && $CR_PW && $IMAGE_NAME && $JAVA_PROJECT_NAME"
when: manual
......
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