Skip to content

Commit

Permalink
fixing candidate detection
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Sep 17, 2023
1 parent 5ce443e commit f50ce62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ for PACKAGE in $BUILD_ORDER; do

echo "$0: SHA=$SHA"

GIT_SHA_MATCHES=$(apt-cache policy $FUTURE_DEB_NAME | grep -e "^Candidate:" | grep "git.${SHA}" | wc -l)
GIT_SHA_MATCHES=$(apt-cache policy $FUTURE_DEB_NAME | grep "Candidate" | grep "git.${SHA}" | wc -l)

NEW_COMMIT=false
if [[ "$GIT_SHA_MATCHES" == "0" ]]; then
Expand Down

0 comments on commit f50ce62

Please sign in to comment.