mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
Don't print all env vars on travis
clogs logs and might leak encrypted vars if we'll have any.
This commit is contained in:
parent
7460d215fd
commit
491d5528ed
@ -74,7 +74,7 @@ addons:
|
||||
# It passed but when coverall it failed.
|
||||
script:
|
||||
# Add a command to show all the variables now. maybe only useful for debugging travis.
|
||||
- echo "--Shell Export Lists START--" ; export -p; echo "--Shell Export Lists STOP--";
|
||||
# - echo "--Shell Export Lists START--" ; export -p; echo "--Shell Export Lists STOP--";
|
||||
# And to ensure the versions of toolchain
|
||||
- echo "--CXX version?"; "$CXX" --version; echo "--CXX version confirmed";
|
||||
# From https://github.com/devernay/cminpack/blob/master/.travis.yml: that is $COVERITY_SCAN_BRANCH not ${COVERITY_SCAN_BRANCH}
|
||||
|
Loading…
Reference in New Issue
Block a user