lbry-desktop/ui/.travis/echo_sha.sh
Alex Grintsvayg 05d4a07312 Add 'ui/' from commit 'efc28c6644b7970403e3a11523cbf6e336eee52d'
git-subtree-dir: ui
git-subtree-mainline: 3886c7bf2c
git-subtree-split: efc28c6644
2017-03-09 12:11:46 -05:00

8 lines
192 B
Bash
Executable file

#!/bin/bash
# this is a script instead of a line in the travis.yml
# getting the quoting on this correctly inside the yaml is
# unreadable and difficult
echo '{"sha": "'${TRAVIS_COMMIT}'"}'