1
0
mirror of https://github.com/rancher/os.git synced 2025-09-05 16:52:20 +00:00
Files
os/scripts/release

8 lines
101 B
Plaintext
Raw Normal View History

2016-05-06 10:12:09 -07:00
#!/bin/bash
set -e
2016-05-06 10:12:09 -07:00
2016-05-22 23:51:46 -07:00
source $(dirname $0)/version
export REPO_VERSION=$VERSION
2016-05-06 10:12:09 -07:00
exec $(dirname $0)/ci