Skip to content

Commit

Permalink
Experimental push
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-Koch committed Feb 1, 2019
1 parent 8810662 commit b91843f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .circleci/config.yml
Expand Up @@ -674,29 +674,29 @@ workflows:
- pre_deps_yarn
- acceptance_tests_local
# if testing on experimental, you can disable these tests by using the commented block below.
# filters:
# branches:
# ignore: placeholder_branch_name
filters:
branches:
ignore: rk-163599170-swagger-ui-exposed-tspstagingmovemil

- integration_tests_office:
requires:
- pre_deps_golang
- pre_deps_yarn
- acceptance_tests_local
# if testing on experimental, you can disable these tests by using the commented block below.
# filters:
# branches:
# ignore: placeholder_branch_name
filters:
branches:
ignore: rk-163599170-swagger-ui-exposed-tspstagingmovemil

- integration_tests_tsp:
requires:
- pre_deps_golang
- pre_deps_yarn
- acceptance_tests_local
# if testing on experimental, you can disable these tests by using the commented block below.
# filters:
# branches:
# ignore: placeholder_branch_name
filters:
branches:
ignore: rk-163599170-swagger-ui-exposed-tspstagingmovemil

- client_test:
requires:
Expand Down Expand Up @@ -732,21 +732,21 @@ workflows:
- build_migrations
filters:
branches:
only: placeholder_branch_name
only: rk-163599170-swagger-ui-exposed-tspstagingmovemil

- deploy_experimental_app:
requires:
- deploy_experimental_migrations
filters:
branches:
only: placeholder_branch_name
only: rk-163599170-swagger-ui-exposed-tspstagingmovemil

- deploy_experimental_app_client_tls:
requires:
- deploy_experimental_migrations
filters:
branches:
only: placeholder_branch_name
only: rk-163599170-swagger-ui-exposed-tspstagingmovemil

- check_circle_against_staging_sha:
requires:
Expand Down

0 comments on commit b91843f

Please sign in to comment.