mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-27 15:31:27 +00:00
7 lines
192 B
Bash
Executable file
7 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}'"}'
|