Commit a35c12d0 authored by Ian Craggs's avatar Ian Craggs

Try deploy fix

parent bc4df190
......@@ -51,4 +51,4 @@ addons:
after_success:
- ls -l build.paho/*.tar.gz
- if [ "$DEPLOY" = "true" ]; then scp -o StrictHostKeyChecking=no build.paho/*.tar.gz icraggs@build.eclipse.org:../../../../shared/technology/paho/C/; fi
- if [ "$DEPLOY" = "true" ]; then ./travis-deploy.sh; fi
scp -o StrictHostKeyChecking=no build.paho/*.tar.gz icraggs@build.eclipse.org:../../../../shared/technology/paho/C/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment