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 469bab2 commit 450ab2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ 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
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
circleci-agent step halt
fi
Expand Down

0 comments on commit 450ab2c

Please sign in to comment.