1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00
Files
os/scripts/install

12 lines
138 B
Plaintext
Raw Normal View History

2015-02-08 21:38:37 -07:00
#!/bin/bash
set -x
cd $(dirname $0)/..
. scripts/build-common
mkdir -p target
rm -rf target/artifacts
cp -rf ${DIST}/artifacts target