From 18cf4e5d0f83478cf8e4a2e67565cd77cb5e0e61 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Tue, 3 Dec 2019 22:39:07 +0100 Subject: [PATCH] Add logging to build script --- scripts/build-and-deploy.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/scripts/build-and-deploy.sh b/scripts/build-and-deploy.sh index 08f327a..d115382 100755 --- a/scripts/build-and-deploy.sh +++ b/scripts/build-and-deploy.sh @@ -13,6 +13,16 @@ # AMO_API_KEY needed if you want to sign and push extension to addons.mozilla.org # AMO_API_SECRET -||- +echo "============= STARTING BUILD SCRIPT =============" +pwd +whoami +echo " ::: env dump" +echo " -> FORCE_BUILD: $FORCE_BUILD" +echo " -> BUILD_SCRIPT: $BUILD_SCRIPT" +echo " -> RELEASE_SERVER: $RELEASE_SERVER" +echo " -> RELEASE_DIRECTORY: $RELEASE_DIRECTORY" +echo " -> BUILD_CHANNEL_DIRECTORY: $BUILD_CHANNEL_DIRECTORY" + # don't build if nothing has changed, unless overriden via env variable if [ ! -z "$GIT_COMMIT" ] ; then if [ ! -z "$GIT_PREVIOUS_COMMIT" ] ; then @@ -29,7 +39,7 @@ fi npm ci -rm -rf /dist-zip || true # no big deal if ./dist-zip doesn't exist +rm -rf ./dist-zip || true # no big deal if ./dist-zip doesn't exist # # build firefox