Skip to content

Commit

Permalink
test if the value is passed to ruby script
Browse files Browse the repository at this point in the history
  • Loading branch information
bajajneha27 committed Oct 1, 2024
1 parent 2062b0b commit aef1d17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .kokoro/populate-secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ do
--secret $key > \
"$SECRET_LOCATION/$key"
if [[ $? == 0 ]]; then
cat ${SECRET_LOCATION}/${key}
msg "Secret written to ${SECRET_LOCATION}/${key}"
else
msg "Error retrieving secret ${key}"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
require "storage_helper"

puts "KOKORO_GFILE_DIR: #{ENV['KOKORO_GFILE_DIR']}"
# ENV["TEST_UNIVERSE_DOMAIN_CREDENTIAL"]=File.read(File.realpath(${KOKORO_GFILE_DIR}/secret_manager/client-library-test-universe-storage-location))

0 comments on commit aef1d17

Please sign in to comment.