eol transition release

This commit is contained in:
Danny Coates
2019-03-09 10:31:32 -08:00
parent be5ea12408
commit 900b083077
6 changed files with 32 additions and 54 deletions

View File

@@ -110,25 +110,25 @@ workflows:
ignore: /.*/
tags:
only: /^v.*/
- test:
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/
- integration_tests:
requires:
- build
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/
# - test:
# filters:
# branches:
# ignore: /.*/
# tags:
# only: /^v.*/
# - integration_tests:
# requires:
# - build
# filters:
# branches:
# ignore: /.*/
# tags:
# only: /^v.*/
- deploy_stage:
requires:
- build
- test
- integration_tests
# - test
# - integration_tests
filters:
branches:
ignore: /.*/