Seems like we need another stage for "need"

parent 89eb0138
stages:
- test
- build
- build1
- build2
- e2e
- release
......@@ -130,7 +131,7 @@ build:varnish:manual:
build:controller:
extends: .build-image
stage: build
stage: build1
variables:
IMAGE: controller
script:
......@@ -364,7 +365,7 @@ dev:probe-config:
# basic step for a pipeline to build the varnish image
.build-varnish:
extends: .build-image
stage: build
stage: build1
variables:
IMAGE: varnish
script:
......@@ -374,7 +375,7 @@ dev:probe-config:
# basic step for a pipeline to build the klarlack image
.build-klarlack:
extends: .build-image
stage: build
stage: build1
variables:
IMAGE: klarlack
script:
......@@ -384,7 +385,7 @@ dev:probe-config:
# basic step for a pipeline to build the ascn image
.build-ascn:
extends: .build-image
stage: build
stage: build2
variables:
IMAGE: ascn
script:
......@@ -394,7 +395,7 @@ dev:probe-config:
# basic step for a pipeline to build the haproxy image
.build-haproxy:
extends: .build-image
stage: build
stage: build1
variables:
IMAGE: haproxy
script:
......@@ -402,7 +403,7 @@ dev:probe-config:
- make haproxy
.build-image:
stage: build
stage: build1
image: docker:19.03.8
services:
- docker:19.03.8-dind
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment