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