Skip to content

Commit

Permalink
take 20
Browse files Browse the repository at this point in the history
  • Loading branch information
kobymeir committed Nov 18, 2024
1 parent 608edb3 commit 7037f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ EOF
}

# default compare branch against master
DIFF_COMPARE=origin/master...${CI_COMMIT_REF_NAME}
DIFF_COMPARE=origin/master...${CI_COMMIT_SHA}

if [ -z "${CI_COMMIT_SHA}" ]; then
echo "CI_COMMIT_SHA not set. Assuming local testing."
Expand Down

0 comments on commit 7037f05

Please sign in to comment.