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

Merge branch 'fix-ood-build' into 'feat-hpc-factory'

refactor: only run build pipeline in build environment

See merge request rc/hpc-factory!189
parents bf57546d 97e1f7f5
No related branches found
No related tags found
2 merge requests!189refactor: only run build pipeline in build environment,!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
Pipeline #13481 failed with stage
in 14 minutes and 9 seconds
......@@ -113,7 +113,7 @@ workflow:
build_http_proxy_image:
stage: build
environment:
name: $ENV
name: build
tags:
- build
variables:
......@@ -126,7 +126,7 @@ build_http_proxy_image:
build_ssh_proxy_image:
stage: build
environment:
name: $ENV
name: build
tags:
- build
variables:
......@@ -165,7 +165,7 @@ build_ssh_proxy_image:
build_login_image:
stage: build
environment:
name: $ENV
name: build
tags:
- build
<<: *build_login_image_template
......@@ -176,7 +176,7 @@ build_login_image:
build_ood_image:
stage: build
environment:
name: $ENV
name: build
tags:
- build
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