Skip to content

Commit

Permalink
Support newer Stack
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Apr 6, 2021
1 parent efb83f0 commit 0ebece9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eux

VERSION=$(grep "^version:" pid1.cabal | cut -d " " -f14)
LAST_LINE=$(stack sdist 2>&1 | tail -n 1)
LAST_LINE=$(stack sdist --ignore-check 2>&1 | tail -n 1)
SDIST=${LAST_LINE##* }

rm -rf build-docker
Expand Down

0 comments on commit 0ebece9

Please sign in to comment.