mirror of
https://code.thetadev.de/actions/kaniko.git
synced 2026-04-28 18:51:43 +00:00
print environment
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
set -e pipefail
|
||||
|
||||
if [ "$INPUT_DEBUG" = "true" ]; then
|
||||
echo "environment:"
|
||||
printenv
|
||||
echo ""
|
||||
set -x
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user