add .drone.yml
This commit is contained in:
parent
a519ce23e5
commit
27305e2f82
@ -7,7 +7,7 @@ set -e
|
|||||||
|
|
||||||
# Default locations if the var isn't already set
|
# Default locations if the var isn't already set
|
||||||
export TOOLS_DIR="${TOOLS_DIR:=/opt}"
|
export TOOLS_DIR="${TOOLS_DIR:=/opt}"
|
||||||
export SOURCES_DIR="${SOURCES_DIR:=/sources}"
|
export SOURCES_DIR="${SOURCES_DIR:=.}"
|
||||||
export BUILD_DIR="${BUILD_DIR:=$SOURCES_DIR/build}"
|
export BUILD_DIR="${BUILD_DIR:=$SOURCES_DIR/build}"
|
||||||
export OUTPUT_DIR="${OUTPUT_DIR:=$BUILD_DIR/output}"
|
export OUTPUT_DIR="${OUTPUT_DIR:=$BUILD_DIR/output}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user