mirror of
https://github.com/rancher/os.git
synced 2025-08-01 15:08:47 +00:00
commit
6f5cb77045
@ -1,3 +1,4 @@
|
||||
.DS_Store
|
||||
.git
|
||||
.idea
|
||||
tmp
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
.DS_Store
|
||||
/assets
|
||||
/state
|
||||
/bin
|
||||
|
@ -2,11 +2,8 @@
|
||||
|
||||
: ${ARTIFACTS:=$(pwd)/assets}
|
||||
: ${BUILD:=$(pwd)/build}
|
||||
: ${CONFIG:=$(pwd)/config}
|
||||
: ${DIST:=$(pwd)/dist}
|
||||
|
||||
DOCKER_FILE=${CONFIG}/.dockerfile
|
||||
|
||||
write_base()
|
||||
{
|
||||
DOCKER_BASE=${DOCKER_BASE:?"DOCKER_BASE not defined"}
|
||||
|
@ -40,7 +40,7 @@ fi
|
||||
|
||||
run ./scripts/bootstrap
|
||||
ARGS=
|
||||
for i in $(ls -d * .* | sort -u | grep -Ev '(\.|\.\.|\.dockerfile|build|tmp|dist|.git|.idea|.vagrant|scripts|bin|state)$'); do
|
||||
for i in $(ls -d * .* | sort -u | grep -Ev '(\.|\.\.|\.dockerfile|build|tmp|dist|.DS_Store|.git|.idea|.vagrant|scripts|bin|state)$'); do
|
||||
if [ -d $i ]; then
|
||||
run --assets $i
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user