Skip to content

Commit

Permalink
fix cirlceci
Browse files Browse the repository at this point in the history
  • Loading branch information
ImreSamu committed Oct 8, 2023
1 parent 450ab2c commit 4666840
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4666840

Please sign in to comment.