Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Ie401c9b94f428f8a37dc366151d8a4178882602a
break
else
echo "A Screenshot does not match the reference image"
+ curl -F "file=@./${SCREENSHOT}" https://x0.at/ || true
FINALRET=127
fi
-
done
+
+
if [ $FINALRET != 0 ] ; then
for i in agl-screenshot-*.png ; do
${SCRIPTDIR}/./artiproxy-upload.sh $i "$i"
#!/bin/sh
+curl --silent -F "file=@./$1" https://x0.at/ || true
+
+
if [ -z "$PYARTIPROXY_IP" ];then
echo "DEBUG: No PYARTIPROXY_IP variable, using fallbacks"