05d4a07312
git-subtree-dir: ui git-subtree-mainline:3886c7bf2c
git-subtree-split:efc28c6644
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}'"}'
|