This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
solutions-tsg-scripts/ci/travis.sh

7 lines
183 B
Bash
Raw Normal View History

2020-07-07 05:48:01 +08:00
#!/usr/bin/env sh
mkdir build || true
ansible-playbook -i ./build_config -e tarname=tsg-scripts-${VER_NAME}.tar.gz buildPackage.yml
2020-07-07 19:58:29 +08:00
ls -halt ./build/tsg-scripts-${VER_NAME}.tar.gz