Skip to content

Commit

Permalink
Merge pull request canonical#328 from sabaini/fix/build-fault
Browse files Browse the repository at this point in the history
Fixup build check
  • Loading branch information
sabaini authored Mar 13, 2024
2 parents 796d319 + 19889ba commit e6f7513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ parts:
go get -d -v ./...
override-build: |
set -ex
git_diff="$( git -C $CRAFT_PROJECT_DIR status --porcelain )"
git_diff="$( git -C $CRAFT_PROJECT_DIR status -uno --porcelain )"
if [ -n "$git_diff" ]; then
echo "=================================================="
echo "STOP the build: dirty worktree detected"
Expand Down

0 comments on commit e6f7513

Please sign in to comment.