Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Sep 16, 2023
1 parent 98875f9 commit 34ce7eb
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 Candidate | grep "git.$SHA" | wc -l)
GIT_SHA_MATCHES=$(apt-cache policy $FUTURE_DEB_NAME | grep "^Candidate:" | head -n 1 | grep "git.$SHA" | wc -l)

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

0 comments on commit 34ce7eb

Please sign in to comment.