mirror of
https://github.com/rancher/os.git
synced 2025-07-13 06:34:04 +00:00
8 lines
101 B
Bash
Executable File
8 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
source $(dirname $0)/version
|
|
export REPO_VERSION=$VERSION
|
|
|
|
exec $(dirname $0)/ci
|