Skip to content
Snippets Groups Projects

fix: change variable for enable proxy build

Merged Bo-Chun Chen requested to merge louistw/hpc-factory:feat-rename-variable into feat-hpc-factory
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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"
Loading