Skip to content

Commit

Permalink
Update cloudbuild-artificats.yaml build step (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindbr8 committed Sep 21, 2023
1 parent 6f96a8f commit 7d8d904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cloudbuild-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

steps:
- name: golang:1.18
args: ['go', 'build', './...']
args: ['go', 'build', '.']
- name: golang:1.18
args: ['go', 'test', './...']
- name: alpine
Expand Down

0 comments on commit 7d8d904

Please sign in to comment.