1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00
Files
os/scripts/release

7 lines
94 B
Plaintext
Raw Normal View History

2016-05-06 10:12:09 -07:00
#!/bin/bash
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