From e2f4c7bfdccb0cb9eeea1fec19d3ae031511260c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20B=C3=A9jean?= <nicolas@bejean.fr> Date: Sun, 12 Dec 2021 21:46:04 +0100 Subject: [PATCH] fix no such files to upload --- manifests/psc/setting-psc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/psc/setting-psc.sh b/manifests/psc/setting-psc.sh index ff1cc54..0314a01 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 -- GitLab