Skip to content
Snippets Groups Projects
Commit 8f0af14d authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

set build target to compute

parent 4dc29167
No related branches found
No related tags found
No related merge requests found
...@@ -146,7 +146,7 @@ build_compute_image: ...@@ -146,7 +146,7 @@ build_compute_image:
PROXY_ENABLE_VAR: "enable_compute" PROXY_ENABLE_VAR: "enable_compute"
<<: *build_compute_image_template <<: *build_compute_image_template
rules: rules:
- if: $PIPELINE_TARGET == "build" && $BUILD_TARGET == "http-proxy" - if: $PIPELINE_TARGET == "build" && $BUILD_TARGET == "compute"
when: always when: always
build_http_proxy_image: build_http_proxy_image:
......
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