1
0
mirror of https://github.com/rancher/os.git synced 2025-06-21 04:31:55 +00:00
os/scripts/release
2016-06-15 16:45:05 -07:00

8 lines
101 B
Bash
Executable File

#!/bin/bash
set -e
source $(dirname $0)/version
export REPO_VERSION=$VERSION
exec $(dirname $0)/ci