Skip to content
Snippets Groups Projects
Verified Commit 6139564c authored by David Hoese's avatar David Hoese
Browse files

Fix trying to use multiple .pre stages

parent 39e89edb
No related branches found
No related tags found
No related merge requests found
stages: stages:
- get chart - get chart
- build prereqs
- deploy rabbit - deploy rabbit
- deploy storage - deploy storage
- deploy GRB - deploy GRB
...@@ -36,7 +37,7 @@ build ci: ...@@ -36,7 +37,7 @@ build ci:
when: always when: always
build sidecar rabbit init: build sidecar rabbit init:
stage: .pre stage: build prereqs
extends: .build_image extends: .build_image
variables: variables:
IMAGE_NAME: cspp-geo-rabbit-init IMAGE_NAME: cspp-geo-rabbit-init
...@@ -46,7 +47,7 @@ build sidecar rabbit init: ...@@ -46,7 +47,7 @@ build sidecar rabbit init:
- sidecars/cspp-geo-rabbit-init/Dockerfile - sidecars/cspp-geo-rabbit-init/Dockerfile
- sidecars/cspp-geo-rabbit-init/declare_exchange.py - sidecars/cspp-geo-rabbit-init/declare_exchange.py
when: always when: always
- if: $BUILD_SIDECARS - if: $BUILD_PREREQS
when: always when: always
......
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