Skip to content

Commit 4955025

Browse files
committed
build.sh: try skipping the curator/stack --version run
1 parent e3543e2 commit 4955025

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

automated/build.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ STACK_VERSION=3.7.1
8888
curl -L https://github.com/commercialhaskell/stack/releases/download/v${STACK_VERSION}/stack-${STACK_VERSION}-linux-x86_64-bin > stack
8989
chmod +x stack
9090

91-
docker run --rm -v "$(pwd)"/curator:/curator -v "$(pwd)"/stack:/stack $IMAGE /bin/bash -c "
92-
echo -n 'curator version: '
93-
/curator --version
94-
echo -n 'stack version: '
95-
/stack --version
96-
"
97-
)
91+
# docker run --rm -v "$(pwd)"/curator:/curator -v "$(pwd)"/stack:/stack $IMAGE /bin/bash -c "
92+
# echo -n 'curator version: '
93+
# /curator --version
94+
# echo -n 'stack version: '
95+
# /stack --version
96+
# "
97+
# )
9898

9999
# We share pantry directory between snapshots while the other content in .stack
100100
# is stored separately (because e.g. Ubuntu releases between LTS and nightly

0 commit comments

Comments
 (0)