File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,13 +88,13 @@ STACK_VERSION=3.7.1
8888curl -L https://github.com/commercialhaskell/stack/releases/download/v${STACK_VERSION} /stack-${STACK_VERSION} -linux-x86_64-bin > stack
8989chmod +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
You can’t perform that action at this time.
0 commit comments