Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikuni17 committed May 29, 2024
1 parent 9c06df1 commit 45032e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .buildkite/scripts/lifecycle/pre_command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ if [[ "$(curl -is metadata.google.internal || true)" ]]; then
echo "gcloud compute ssh --tunnel-through-iap --project elastic-kibana-ci --zone \"$(curl -sH Metadata-Flavor:Google http://metadata.google.internal/computeMetadata/v1/instance/zone)\" \"$(curl -sH Metadata-Flavor:Google http://metadata.google.internal/computeMetadata/v1/instance/name)\""
echo ""
fi

echo '--- FIPS Debug'
whoami
printenv | grep OPENSSL

exit 0

0 comments on commit 45032e4

Please sign in to comment.