mirror of
https://github.com/rancher/os.git
synced 2025-06-22 21:17:02 +00:00
10 lines
193 B
Bash
Executable File
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
|