Skip to content
Snippets Groups Projects
Commit 97e1f7f5 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

refactor: only run build pipeline in build environment

Since build env is setup for building images, it makes more sense to
have all build jobs in that environment.
parent bf57546d
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ workflow: ...@@ -113,7 +113,7 @@ workflow:
build_http_proxy_image: build_http_proxy_image:
stage: build stage: build
environment: environment:
name: $ENV name: build
tags: tags:
- build - build
variables: variables:
...@@ -126,7 +126,7 @@ build_http_proxy_image: ...@@ -126,7 +126,7 @@ build_http_proxy_image:
build_ssh_proxy_image: build_ssh_proxy_image:
stage: build stage: build
environment: environment:
name: $ENV name: build
tags: tags:
- build - build
variables: variables:
...@@ -165,7 +165,7 @@ build_ssh_proxy_image: ...@@ -165,7 +165,7 @@ build_ssh_proxy_image:
build_login_image: build_login_image:
stage: build stage: build
environment: environment:
name: $ENV name: build
tags: tags:
- build - build
<<: *build_login_image_template <<: *build_login_image_template
...@@ -176,7 +176,7 @@ build_login_image: ...@@ -176,7 +176,7 @@ build_login_image:
build_ood_image: build_ood_image:
stage: build stage: build
environment: environment:
name: $ENV name: build
tags: tags:
- build - build
script: script:
......
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