Skip to content

Commit

Permalink
wrap the haddock uploading with date output to time it
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed May 13, 2024
1 parent 4972df9 commit 773d92b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions automated/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "exec curator check-target-available
#
# * Upload the docs to S3
# * Upload the new snapshot .yaml file to the appropriate Github repo, also upload its constraints
date
docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "curator upload-docs --target $TARGET ${DOCS_BUCKET:+--bucket $DOCS_BUCKET} && curator upload-github --target $TARGET"
date

# fixed in https://github.com/commercialhaskell/curator/pull/24
docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "exec curator hackage-distro --target $TARGET"
Expand Down

0 comments on commit 773d92b

Please sign in to comment.