From c4bbb499493c082b98bb16acc96e42a6d8e1222a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Sep 2016 10:19:40 +0900 Subject: [PATCH] build.sh: end with date output --- automated/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automated/build.sh b/automated/build.sh index e0eaa20c..3805a4c0 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -127,3 +127,5 @@ docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "exec stackage-curator check-target- # * Upload the new plan .yaml file to the appropriate Github repo # * Register as a new Hackage distro docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator upload-docs --target $TARGET --bundle-file $BUNDLE_FILE && stackage-curator upload-index --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-github --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --target $TARGET && exec stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET" + +date