1
0
mirror of https://github.com/rancher/os.git synced 2025-06-22 13:07:04 +00:00
os/scripts/release

9 lines
122 B
Plaintext
Raw Normal View History

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