From 469bab2f01ecb70d9cf3cf5a322f9278cc722a37 Mon Sep 17 00:00:00 2001 From: ImreSamu Date: Sun, 8 Oct 2023 01:57:17 +0200 Subject: [PATCH] fix cirlceci --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 059a538d..925ce9b3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,7 +48,8 @@ jobs: command: | # Check if the current branch is 'master' and the weekly image is not extis # If weekly image exists, skip docker build and push - if [ "$CIRCLE_BRANCH" == "master" ] && check_image_exists "${{ matrix.version }}-${{ matrix.variant }}$(IMAGE_VERSION_ID)"; then + echo "check: << 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