Skip to content

Commit

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

0 comments on commit 469bab2

Please sign in to comment.