diff --git a/gitlab-build.sh b/gitlab-build.sh index cbe2604dc54234555c95a2464ebfc9d53efcefdd..119d332cfea18393dd24d02a35ea3bc92300ec45 100755 --- a/gitlab-build.sh +++ b/gitlab-build.sh @@ -38,6 +38,9 @@ HERE echo "**** Updating $PAGES_URL/$VER_DIR ****" + echo "**** env ****" + env + echo "**** make clean ****" # Clean build directory make clean BUILDDIR=public/$VER_DIR