Skip to content

Commit

Permalink
change spacing back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
chasinandrew committed Dec 1, 2023
1 parent c7d54df commit 5a979a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ fi
# Deploy Cloud Function
echo -e "$GREEN Deploying Cloud Functions: ${PIPELINE_JOB_SUBMISSION_SERVICE_NAME} in project $PROJECT_ID $NC"
gcloud functions deploy $PIPELINE_JOB_SUBMISSION_SERVICE_NAME \
--no-allow-unauthenticated \
--no-allow-unauthenticated \
--docker-repository="projects/${PROJECT_ID}/locations/${ARTIFACT_REPO_LOCATION}/repositories/${ARTIFACT_REPO_NAME}" \
--trigger-topic=$PUBSUB_TOPIC_NAME \
--entry-point=process_request \
Expand All @@ -181,7 +181,7 @@ if ! (gcloud beta builds triggers list --project="$PROJECT_ID" --region="$BUILD_

echo "Creating Cloudbuild Trigger on branch $SOURCE_REPO_BRANCH in project $PROJECT_ID for repo ${SOURCE_REPO_NAME}"
gcloud beta builds triggers create cloud-source-repositories \
--ignored-files=.gitignore \
--ignored-files=.gitignore \
--region=$BUILD_TRIGGER_LOCATION \
--name=$BUILD_TRIGGER_NAME \
--repo=$SOURCE_REPO_NAME \
Expand Down

0 comments on commit 5a979a7

Please sign in to comment.