mirror of
https://github.com/rancher/os.git
synced 2025-06-21 04:31:55 +00:00
12 lines
138 B
Bash
Executable File
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
|