mirror of
https://github.com/rancher/os.git
synced 2025-06-21 04:31:55 +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
|