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 73fce58 commit ede0ea4Copy full SHA for ede0ea4
.travis.yml
@@ -19,7 +19,7 @@ after_success:
19
- ssh-add ./deploy_key
20
- mkdir deploy_images deploy_images/$DATE $DEPLOY_DIR
21
- cd $FIRMWARE_DIR
22
-- for f in *.bin ; do cp $f ../../$DEPLOY_DIR/${f%.*}-$TRAVIS_COMMIT.bin; done
+- for f in *.bin ; do cp $f ../../$DEPLOY_DIR/${f%.*}-${TRAVIS_COMMIT:0:6}.bin; done
23
- cd ../..
24
- rsync -Pavrt deploy_images/$DATE $DEPLOY_USERNAME@107.170.221.27:/var/www/builds.sudomesh.org/public/sudowrt-firmware/latest/.
25
deploy:
0 commit comments