chore: remove make test-integration from circle ci tests
Temporarily remove the call to make test-integration so that nightly builds are not broken. Related to https://github.com/influxdata/platform/issues/1676pull/10616/head
parent
3e8189a728
commit
a4a9e1b45f
|
@ -99,7 +99,6 @@ jobs:
|
|||
- chronograf-npm-packages-{{ checksum "ui/package-lock.json" }}
|
||||
|
||||
- setup_remote_docker
|
||||
- run: make test-integration
|
||||
- run: |
|
||||
docker login -u "$QUAY_USER" -p $QUAY_PASS quay.io
|
||||
make nightly
|
||||
|
|
Loading…
Reference in New Issue