1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 07:15:41 +00:00

scripts cleanup

This commit is contained in:
Ivan Mikushin
2015-07-14 18:37:39 +05:00
parent 26f9b17430
commit 51d2dddfa8
4 changed files with 3 additions and 4 deletions

View File

@@ -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"}