1
0
mirror of https://github.com/rancher/os.git synced 2025-06-21 04:31:55 +00:00
os/scripts/install
2015-02-08 21:38:37 -07:00

12 lines
138 B
Bash
Executable File

#!/bin/bash
set -x
cd $(dirname $0)/..
. scripts/build-common
mkdir -p target
rm -rf target/artifacts
cp -rf ${DIST}/artifacts target