Remove/edelweiss (#1369)

* remove edelweiss run for now

* remove running integration tests

* remove running integration tests
pull/1372/head
Nikhil Parasaram 5 years ago committed by GitHub
parent a582ed700c
commit bbe446a152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .circleci/config.yml

@ -174,13 +174,13 @@ workflows:
tags:
only: /v[0-9]+(\.[0-9]+)*/
requires:
- integration_tests
- test
- dockerhub_dev_release:
filters:
branches:
only: develop
requires:
- integration_tests
- test
- dockerhub_release:
filters:
branches:
@ -188,4 +188,4 @@ workflows:
tags:
only: /v[0-9]+(\.[0-9]+)*/
requires:
- integration_tests
- test

Loading…
Cancel
Save