Skip to content
Snippets Groups Projects
Commit cea48bd6 authored by Greg Fodor's avatar Greg Fodor
Browse files

Add mroe logging

parent a81e9c11
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ export TARGET_S3_PATH=$3
# On exit, need to make all files writable so CI can clean on next build
trap 'chmod -R a+rw .' EXIT
echo "Started build in $(pwd)"
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
pushd "$DIR/.."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment