Skip to content

Commit 0ebece9

Browse files
committed
Support newer Stack
1 parent efb83f0 commit 0ebece9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -eux
44

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

99
rm -rf build-docker

0 commit comments

Comments
 (0)