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

Tell curl to ignore certs in after_failure.sh

parent 718831a7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -9,6 +9,6 @@ if ls /tmp/failed-* 1> /dev/null 2>&1; then
cd /tmp
source /tmp/diffs > diffs.txt
tar cvfz failed-images.tgz failed-*.png diffs.txt accept.sh
/usr/bin/curl -F "file=@failed-images.tgz" https://file.io
/usr/bin/curl -k -F "file=@failed-images.tgz" https://file.io
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