From 1dd27eca4e576a515ab829c6133f13f9e08ba7ec Mon Sep 17 00:00:00 2001 From: Krish Moodbidri <krish94@uab.edu> Date: Wed, 4 Dec 2024 13:47:57 -0600 Subject: [PATCH] set build target to compute --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ebbfeef..af25bc5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -146,7 +146,7 @@ build_compute_image: PROXY_ENABLE_VAR: "enable_compute" <<: *build_compute_image_template rules: - - if: $PIPELINE_TARGET == "build" && $BUILD_TARGET == "http-proxy" + - if: $PIPELINE_TARGET == "build" && $BUILD_TARGET == "compute" when: always build_http_proxy_image: -- GitLab