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

feat: enable individual build with BUILD_TARGET

parent 438f100e
No related branches found
No related tags found
1 merge request!3Change compute reference to login
......@@ -118,7 +118,7 @@ build_http_proxy_image:
PROXY_ENABLE_VAR: "enable_ood_proxy"
<<: *build_proxy_image_template
rules:
- if: $PIPELINE_TARGET == "build" && $BUILD_TARGET
- if: $PIPELINE_TARGET == "build" && $BUILD_TARGET == "http-proxy"
when: always
build_ssh_proxy_image:
......@@ -132,7 +132,7 @@ build_ssh_proxy_image:
PROXY_ENABLE_VAR: "enable_sshpiper"
<<: *build_proxy_image_template
rules:
- if: $PIPELINE_TARGET == "build" && $BUILD_TARGET
- if: $PIPELINE_TARGET == "build" && $BUILD_TARGET == "ssh-proxy"
when: always
deploy_http_proxy_node:
......
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