We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8f53b commit ca2ee77Copy full SHA for ca2ee77
1 file changed
testing/tf/cloud-build/cloudbuild.yaml
@@ -1,6 +1,6 @@
1
steps:
2
- name: maven:3.6.0-jdk-8-slim
3
- args: ['mvn', 'clean', 'install', '-Drevision=$TAG_NAME']
+ args: ['mvn', 'clean', 'install', '-Drevision=$TAG_NAME', '-DskipITs']
4
id: build-jars
5
6
- name: "gcr.io/cloud-builders/docker"
0 commit comments