Skip to content

Commit da7629e

Browse files
committed
Added the registry_project_id variable to the test script.
1 parent 2223151 commit da7629e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/setup/make_source.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ echo "#!/usr/bin/env bash" > ../source.sh
1919
project_id=$(terraform output project_id)
2020
echo "export TF_VAR_project_id='$project_id'" >> ../source.sh
2121

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+
2225
sa_json=$(terraform output sa_key)
2326
# shellcheck disable=SC2086
2427
echo "export SERVICE_ACCOUNT_JSON='$(echo $sa_json | base64 --decode)'" >> ../source.sh

0 commit comments

Comments
 (0)