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

Merge branch 'feat-rename-variable' into 'feat-hpc-factory'

fix: change variable for enable proxy build

See merge request !131
parents c9c72676 db3e4cf2
No related branches found
No related tags found
2 merge requests!131fix: change variable for enable proxy build,!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
Pipeline #12131 passed with stage
in 25 minutes and 16 seconds
...@@ -114,7 +114,7 @@ build_http_proxy_image: ...@@ -114,7 +114,7 @@ build_http_proxy_image:
tags: tags:
- build - build
variables: variables:
PROXY_ENABLE_VAR: "enable_ood_proxy" PROXY_ENABLE_VAR: "enable_http_proxy"
<<: *build_proxy_image_template <<: *build_proxy_image_template
rules: rules:
- if: $PIPELINE_TARGET == "build" && $BUILD_TARGET == "http-proxy" - if: $PIPELINE_TARGET == "build" && $BUILD_TARGET == "http-proxy"
...@@ -127,7 +127,7 @@ build_ssh_proxy_image: ...@@ -127,7 +127,7 @@ build_ssh_proxy_image:
tags: tags:
- build - build
variables: variables:
PROXY_ENABLE_VAR: "enable_sshpiper" PROXY_ENABLE_VAR: "enable_ssh_proxy"
<<: *build_proxy_image_template <<: *build_proxy_image_template
rules: rules:
- if: $PIPELINE_TARGET == "build" && $BUILD_TARGET == "ssh-proxy" - if: $PIPELINE_TARGET == "build" && $BUILD_TARGET == "ssh-proxy"
......
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