mirror of
https://github.com/rancher/os.git
synced 2025-06-22 04:57:04 +00:00
12 lines
138 B
Plaintext
12 lines
138 B
Plaintext
|
#!/bin/bash
|
||
|
set -x
|
||
|
|
||
|
cd $(dirname $0)/..
|
||
|
|
||
|
. scripts/build-common
|
||
|
|
||
|
mkdir -p target
|
||
|
rm -rf target/artifacts
|
||
|
|
||
|
cp -rf ${DIST}/artifacts target
|