Skip to content

Commit

Permalink
Remove unneeded step now
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Dec 4, 2024
1 parent c0fd673 commit fff7058
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/build_and_publish/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
steps:
# Create Artifact Registry repository if it doesn't exist
- name: 'gcr.io/google.com/cloudsdktool/cloud-sdk'
entrypoint: 'bash'
args:
- '-c'
- |
if ! gcloud artifacts repositories describe ${_REPOSITORY_NAME} --location=${_REGION}; then
gcloud artifacts repositories create ${_REPOSITORY_NAME} \
--repository-format=docker \
--location=${_REGION} \
fi
# Build the Docker image
- name: 'gcr.io/cloud-builders/docker'
args: [
Expand Down

0 comments on commit fff7058

Please sign in to comment.