We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2223151 commit da7629eCopy full SHA for da7629e
test/setup/make_source.sh
@@ -19,6 +19,9 @@ echo "#!/usr/bin/env bash" > ../source.sh
19
project_id=$(terraform output project_id)
20
echo "export TF_VAR_project_id='$project_id'" >> ../source.sh
21
22
+# We use the same project for registry project in the tests.
23
+echo "export TF_VAR_registry_project_id='$project_id'" >> ../source.sh
24
+
25
sa_json=$(terraform output sa_key)
26
# shellcheck disable=SC2086
27
echo "export SERVICE_ACCOUNT_JSON='$(echo $sa_json | base64 --decode)'" >> ../source.sh
0 commit comments