Skip to content
Snippets Groups Projects
Commit a14c5e8f authored by Jennifer Leech's avatar Jennifer Leech
Browse files

Added 'env|sort' to build.sh for debugging TC builds.

parent a7e2f1ea
No related branches found
No related tags found
No related merge requests found
...@@ -141,6 +141,10 @@ fi ...@@ -141,6 +141,10 @@ fi
# load autbuild provided shell functions and variables # load autbuild provided shell functions and variables
eval "$("$AUTOBUILD" source_environment)" eval "$("$AUTOBUILD" source_environment)"
# dump environment variables for debugging
env|sort
# Install packages. # Install packages.
"$AUTOBUILD" install --skip-license-check "$AUTOBUILD" install --skip-license-check
......
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