1
0
mirror of https://github.com/rancher/os.git synced 2025-09-03 15:54:24 +00:00
Files
os/scripts/release

9 lines
122 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
export COMPRESS=lzma
2016-05-22 23:51:46 -07:00
2016-05-06 10:12:09 -07:00
exec $(dirname $0)/ci