We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303b982 commit e881288Copy full SHA for e881288
circle.yml
@@ -27,7 +27,7 @@ dependencies:
27
- mkdir -p $WORKDIR && sudo setfacl -d -m group:ubuntu:rwx $WORKDIR && sudo setfacl -m group:ubuntu:rwx $WORKDIR
28
- mkdir -p $HOME/docker $HOME/examples $WORKDIR/tests $WORKDIR/logs $WORKDIR/crashfiles ${CIRCLE_TEST_REPORTS}/tests/
29
- if [[ ! -e "$HOME/bin/codecov" ]]; then mkdir -p $HOME/bin; curl -so $HOME/bin/codecov https://codecov.io/bash && chmod 755 $HOME/bin/codecov; fi
30
- - gzcat $HOME/docker/cache.tar.gz | docker load || true :
+ - gunzip $HOME/docker/cache.tar.gz && docker load --input $HOME/docker/cache.tar || true :
31
timeout: 6000
32
override:
33
# Get data
0 commit comments