sintonia/travis/release.sh

8 lines
84 B
Bash
Raw Normal View History

2017-03-19 11:20:28 +01:00
#!/bin/bash
set -xe
pushd dev_tools/release
bash -e release.sh ${TRAVIS_TAG}
popd