Skip to content

Commit

Permalink
Removing --allow-unauthenticated
Browse files Browse the repository at this point in the history
  • Loading branch information
dinagraves committed Apr 22, 2021
1 parent d9edcab commit 3572b1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions golang-sample/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ steps:
- name: 'gcr.io/cloud-builders/gcloud'
args: ['run', 'deploy', 'helloworld',
'--image=us-central1-docker.pkg.dev/$PROJECT_ID/$_REPO_NAME/myimage:$SHORT_SHA',
'--region', 'us-central1', '--platform', 'managed',
'--allow-unauthenticated']
'--region', 'us-central1', '--platform', 'managed']

# Save test logs to Google Cloud Storage
artifacts:
Expand Down

0 comments on commit 3572b1e

Please sign in to comment.