We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb83f0 commit 0ebece9Copy full SHA for 0ebece9
build-docker.sh
@@ -3,7 +3,7 @@
3
set -eux
4
5
VERSION=$(grep "^version:" pid1.cabal | cut -d " " -f14)
6
-LAST_LINE=$(stack sdist 2>&1 | tail -n 1)
+LAST_LINE=$(stack sdist --ignore-check 2>&1 | tail -n 1)
7
SDIST=${LAST_LINE##* }
8
9
rm -rf build-docker
0 commit comments