mirror of
https://github.com/truenas/scale-build.git
synced 2026-02-15 07:29:12 +00:00
Cleanup spurrious warning, and bump epoch again to avoid another PR
which has set similar epoch
This commit is contained in:
@@ -490,6 +490,9 @@ checkout_sources() {
|
||||
if [ ! -d "$SOURCES" ] ; then
|
||||
mkdir -p ${SOURCES}
|
||||
fi
|
||||
if [ ! -d "$LOG_DIR" ] ; then
|
||||
mkdir -p ${LOG_DIR}
|
||||
fi
|
||||
|
||||
GITREMOTE=$(git remote get-url origin)
|
||||
GITSHA=$(git rev-parse --short HEAD)
|
||||
|
||||
Reference in New Issue
Block a user