Skip to content

Commit

Permalink
Update cloudbuild.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
michplunkett committed Sep 11, 2024
1 parent 597ab84 commit e4df6b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
steps:
- name: 'python:3.11' # Specify the Python version you are using
- name: 'python:3.11'
entrypoint: 'bash'
args:
- '-c'
Expand All @@ -12,11 +12,9 @@ steps:
- name: 'gcr.io/cloud-builders/gcloud'
args: ['app', 'deploy', '--quiet']

# Optionally specify any build artifacts
artifacts:
objects:
location: 'gs://$PROJECT_ID-build-artifacts/$BUILD_ID/'
paths: ['**/*']

# Set the build timeout (e.g., 10 minutes)
timeout: '900s'

0 comments on commit e4df6b7

Please sign in to comment.