lbry-desktop/.travis/echo_sha.sh

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}'"}'