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 0a00c47 commit 09f23c8Copy full SHA for 09f23c8
ci/submit_ccache.sh
@@ -21,7 +21,7 @@ if [ "$IRON_TOKEN" ]; then
21
"$TRAVIS_BUILD_DIR"/pandas/msgpack.cpp \
22
| 7za a -si $HOME/ccache.7z
23
24
- split -b 500000 -d $HOME/ccache.7z ccache.
+ split -b 500000 -d $HOME/ccache.7z $HOME/ccache.
25
26
python ci/ironcache/put.py
27
fi;
0 commit comments