Skip to content

Commit

Permalink
DEV-3271 Maven install, not deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Leitch committed May 23, 2023
1 parent 28249c1 commit d3aa0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild-pr.yaml
Expand Up @@ -21,7 +21,7 @@ steps:
entrypoint: mvn
timeout: 2400s
args:
- 'deploy'
- 'install'
- '-Drelease'
- '--batch-mode'
env:
Expand Down

0 comments on commit d3aa0c1

Please sign in to comment.