From 4666840a2058995f031f7e20f1299dadcaef5079 Mon Sep 17 00:00:00 2001 From: ImreSamu Date: Sun, 8 Oct 2023 02:15:19 +0200 Subject: [PATCH] fix cirlceci --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dc58dfb8..18b871cb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,9 +49,9 @@ jobs: # Check if the current branch is 'master' and the weekly image is not extis # If weekly image exists, skip docker build and push source tools/environment_init.sh - echo "check: << parameters.target-version-variant >>$(IMAGE_VERSION_ID)" - check_image_exists "<< parameters.target-version-variant >>$(IMAGE_VERSION_ID)" - if [ "$CIRCLE_BRANCH" == "master" ] && check_image_exists "<< parameters.target-version-variant >>$(IMAGE_VERSION_ID)"; then + echo "check: << parameters.target-version-variant >>${IMAGE_VERSION_ID}" + check_image_exists "<< parameters.target-version-variant >>${IMAGE_VERSION_ID}" + if [ "$CIRCLE_BRANCH" == "master" ] && check_image_exists "<< parameters.target-version-variant >>${IMAGE_VERSION_ID}"; then circleci-agent step halt fi