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

10 lines
149 B
Bash
Executable File

#!/bin/bash
set -e
source $(dirname $0)/version
export REPO_VERSION=$VERSION
export COMPRESS=lzma
export INTEGRATION_TESTS=0
exec $(dirname $0)/ci