Skip to content
Snippets Groups Projects
Commit ad470bea authored by George Nachman's avatar George Nachman
Browse files

Spit out the diffs as a base64 encoded tarball because file.io is dead and...

Spit out the diffs as a base64 encoded tarball because file.io is dead and using AWS to get these files through Travis's supported artifacts API is way too much work
parent ad71f0f4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -8,7 +8,6 @@ if ls /tmp/failed-* 1> /dev/null 2>&1; then
export PATH=$PATH:$PWD/tests
cd /tmp
source /tmp/diffs > diffs.txt
tar cvfz failed-images.tgz failed-*.png diffs.txt accept.sh
/usr/bin/curl -k -F "file=@failed-images.tgz" https://file.io
tar cvfz - failed-*.png diffs.txt accept.sh | base64 -b 80
fi
 
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment