Skip to content

Commit

Permalink
Revert "Deploy to experimental"
Browse files Browse the repository at this point in the history
This reverts commit 51d95b8.
  • Loading branch information
Chris Gilmer committed Jul 29, 2019
1 parent 51d95b8 commit e242353
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .circleci/config.yml
Expand Up @@ -815,33 +815,33 @@ 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: cg_grant_all_ecs_user
# filters:
# branches:
# ignore: placeholder_branch_name

- client_test:
requires:
- pre_deps_yarn
# if testing on experimental, you can disable these tests by using the commented block below.
filters:
branches:
ignore: cg_grant_all_ecs_user
# filters:
# branches:
# ignore: placeholder_branch_name

- server_test:
requires:
- pre_deps_golang
# if testing on experimental, you can disable these tests by using the commented block below.
filters:
branches:
ignore: cg_grant_all_ecs_user
# filters:
# branches:
# ignore: placeholder_branch_name

- server_test_coverage:
requires:
- pre_deps_golang
# if testing on experimental, you can disable these tests by using the commented block below.
filters:
branches:
ignore: cg_grant_all_ecs_user
# filters:
# branches:
# ignore: placeholder_branch_name

- build_app:
requires:
Expand Down Expand Up @@ -874,28 +874,28 @@ workflows:
- build_migrations
filters:
branches:
only: cg_grant_all_ecs_user
only: placeholder_branch_name

- deploy_experimental_tasks:
requires:
- deploy_experimental_migrations
filters:
branches:
only: cg_grant_all_ecs_user
only: placeholder_branch_name

- deploy_experimental_app:
requires:
- deploy_experimental_migrations
filters:
branches:
only: cg_grant_all_ecs_user
only: placeholder_branch_name

- deploy_experimental_app_client_tls:
requires:
- deploy_experimental_migrations
filters:
branches:
only: cg_grant_all_ecs_user
only: placeholder_branch_name

- check_circle_against_staging_sha:
requires:
Expand Down

0 comments on commit e242353

Please sign in to comment.