Skip to content

Commit fc8ab84

Browse files
committed
Print env vars for debugging
1 parent 68a34ce commit fc8ab84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/config-diff.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@ function generate_config {
204204
fi
205205

206206
export KAYOBE_VAULT_PASSWORD=dummy-password
207+
echo "AUTOMATION PWD: $PWD"
208+
echo "AUTOMATION KAYOBE_CONFIG_PATH: $KAYOBE_CONFIG_PATH"
209+
echo "AUTOMATION $KAYOBE_ENVIRONMENT"
207210

208211
kayobe control host bootstrap
209212
log_info "Generating config to $output_dir"

0 commit comments

Comments
 (0)