Skip to content

Commit ca2ee77

Browse files
pradithyafeast-ci-bot
authored andcommitted
Disable test during docker image creation (feast-dev#129)
* Disable test during package creation * Skip only integration test
1 parent ed8f53b commit ca2ee77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/tf/cloud-build/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
steps:
22
- name: maven:3.6.0-jdk-8-slim
3-
args: ['mvn', 'clean', 'install', '-Drevision=$TAG_NAME']
3+
args: ['mvn', 'clean', 'install', '-Drevision=$TAG_NAME', '-DskipITs']
44
id: build-jars
55

66
- name: "gcr.io/cloud-builders/docker"

0 commit comments

Comments
 (0)