Skip to content

Commit e881288

Browse files
committed
fix: change to gunzip
1 parent 303b982 commit e881288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
- mkdir -p $WORKDIR && sudo setfacl -d -m group:ubuntu:rwx $WORKDIR && sudo setfacl -m group:ubuntu:rwx $WORKDIR
2828
- mkdir -p $HOME/docker $HOME/examples $WORKDIR/tests $WORKDIR/logs $WORKDIR/crashfiles ${CIRCLE_TEST_REPORTS}/tests/
2929
- 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 :
30+
- gunzip $HOME/docker/cache.tar.gz && docker load --input $HOME/docker/cache.tar || true :
3131
timeout: 6000
3232
override:
3333
# Get data

0 commit comments

Comments
 (0)