mirror of
https://github.com/rancher/os.git
synced 2025-06-22 13:07:04 +00:00
10 lines
149 B
Bash
Executable File
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
|