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

fix: change variable for enable proxy build

parent c9c72676
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.
......@@ -114,7 +114,7 @@ build_http_proxy_image:
tags:
- build
variables:
PROXY_ENABLE_VAR: "enable_ood_proxy"
PROXY_ENABLE_VAR: "enable_http_proxy"
<<: *build_proxy_image_template
rules:
- if: $PIPELINE_TARGET == "build" && $BUILD_TARGET == "http-proxy"
......@@ -127,7 +127,7 @@ build_ssh_proxy_image:
tags:
- build
variables:
PROXY_ENABLE_VAR: "enable_sshpiper"
PROXY_ENABLE_VAR: "enable_ssh_proxy"
<<: *build_proxy_image_template
rules:
- 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