Skip to content

Commit f0abf12

Browse files
refactor: remove unnecessary comment from docker build step in cloudbuild.yaml
1 parent 02c6a95 commit f0abf12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
- 'build'
77
- '-t'
88
- 'us-central1-docker.pkg.dev/$PROJECT_ID/toolbox-evals/cloud-sql-postgresql:latest'
9-
- '.' # The "." evaluates Dockerfile
9+
- '.'
1010

1111
- name: 'gcr.io/cloud-builders/docker'
1212
args:

0 commit comments

Comments
 (0)