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

10 lines
193 B
Bash
Executable File

#!/bin/bash
set -e
source $(dirname $0)/version
export REPO_VERSION=$VERSION
export COMPRESS="xz --format=lzma -9 --memlimit-compress=80% -e"
export INTEGRATION_TESTS=0
exec $(dirname $0)/ci