mirror of
https://github.com/rancher/os.git
synced 2025-06-02 11:56:09 +00:00
7 lines
94 B
Bash
Executable File
7 lines
94 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source $(dirname $0)/version
|
|
export REPO_VERSION=$VERSION
|
|
|
|
exec $(dirname $0)/ci
|