Skip to content

Commit 09f23c8

Browse files
committed
BLD: update submit_cache.py to to properly submit caches to iron.io
1 parent 0a00c47 commit 09f23c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/submit_ccache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [ "$IRON_TOKEN" ]; then
2121
"$TRAVIS_BUILD_DIR"/pandas/msgpack.cpp \
2222
| 7za a -si $HOME/ccache.7z
2323

24-
split -b 500000 -d $HOME/ccache.7z ccache.
24+
split -b 500000 -d $HOME/ccache.7z $HOME/ccache.
2525

2626
python ci/ironcache/put.py
2727
fi;

0 commit comments

Comments
 (0)