From 55ddaa40148c30dff4dc7738e8ef3bef49503195 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 9a4f4d6..64fb6ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -143,7 +143,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