diff --git a/.kokoro/populate-secrets.sh b/.kokoro/populate-secrets.sh index 2823faa7d5dc..aab0ec38634d 100644 --- a/.kokoro/populate-secrets.sh +++ b/.kokoro/populate-secrets.sh @@ -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}" diff --git a/google-cloud-storage/acceptance/storage/universe_domain_test.rb b/google-cloud-storage/acceptance/storage/universe_domain_test.rb new file mode 100644 index 000000000000..b07e7d753e9b --- /dev/null +++ b/google-cloud-storage/acceptance/storage/universe_domain_test.rb @@ -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)) \ No newline at end of file