diff --git a/manifests/psc/setting-psc.sh b/manifests/psc/setting-psc.sh index ff1cc54fc620b759a2f61463af32e5f54a019300..0314a0179cf9ccf020e6720ea467f31861ba1e98 100644 --- a/manifests/psc/setting-psc.sh +++ b/manifests/psc/setting-psc.sh @@ -40,4 +40,4 @@ else fi -echo "GCP_PSC_CONNECTION_ID=$(gcloud compute forwarding-rules describe $GCP_PSC_NAME --region=$GCP_REGION --format="get(pscConnectionId)")" > pscConnectionId.env +echo "GCP_PSC_CONNECTION_ID=$(gcloud compute forwarding-rules describe $GCP_PSC_NAME --region=$GCP_REGION --format="get(pscConnectionId)")" > ${CI_PROJECT_DIR}/pscConnectionId.env