Skip to content
Snippets Groups Projects

Publish pressure-vessel releases, separate from scout releases

Merged Simon McVittie requested to merge wip/t28526 into master
Compare and Show latest version
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
+ 4
2
@@ -475,7 +475,9 @@ deploy:
when: never
- if: '$CI_COMMIT_TAG && $PRESSURE_VESSEL_CI_UPLOAD_PATH == ""'
when: never
- if: '$PRESSURE_VESSEL_CI_UPLOAD_PATH == "" && PRESSURE_VESSEL_CI_UPLOAD_PLAYGROUND_PATH == ""'
- if: >-
$PRESSURE_VESSEL_CI_UPLOAD_PATH == ""
&& $PRESSURE_VESSEL_CI_UPLOAD_PLAYGROUND_PATH == ""
when: never
- if: '$PRESSURE_VESSEL_CI_UPLOAD_USER == ""'
when: never
@@ -486,7 +488,7 @@ deploy:
- when: manual
image: "${DEVEL_DOCKER_REGISTRY}/${DEVEL_DOCKER_IMAGE}"
variables:
- STEAM_CI_DEPENDENCIES: >-
STEAM_CI_DEPENDENCIES: >-
openssh-client
script:
- |
Loading