Skip to content

Commit

Permalink
Disable test during docker image creation (#129)
Browse files Browse the repository at this point in the history
* Disable test during package creation

* Skip only integration test
  • Loading branch information
pradithya authored and feast-ci-bot committed Feb 11, 2019
1 parent ed8f53b commit ca2ee77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/tf/cloud-build/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
steps:
- name: maven:3.6.0-jdk-8-slim
args: ['mvn', 'clean', 'install', '-Drevision=$TAG_NAME']
args: ['mvn', 'clean', 'install', '-Drevision=$TAG_NAME', '-DskipITs']
id: build-jars

- name: "gcr.io/cloud-builders/docker"
Expand Down

0 comments on commit ca2ee77

Please sign in to comment.