Skip to content

Commit

Permalink
revert experimental deploy and rebase against master
Browse files Browse the repository at this point in the history
  • Loading branch information
lynzt committed Mar 26, 2019
1 parent 9d3126d commit a74c908
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .circleci/config.yml
Expand Up @@ -811,39 +811,39 @@ 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: lt-add-table-indexes
# filters:
# branches:
# ignore: placeholder_branch_name

- 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: lt-add-table-indexes
# filters:
# branches:
# ignore: placeholder_branch_name

- 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: lt-add-table-indexes
# filters:
# branches:
# ignore: placeholder_branch_name

- integration_tests_api:
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: lt-add-table-indexes
# filters:
# branches:
# ignore: placeholder_branch_name

- client_test:
requires:
Expand Down Expand Up @@ -887,21 +887,21 @@ workflows:
- build_migrations
filters:
branches:
only: lt-add-table-indexes
only: placeholder_branch_name

- deploy_experimental_app:
requires:
- deploy_experimental_migrations
filters:
branches:
only: lt-add-table-indexes
only: placeholder_branch_name

- deploy_experimental_app_client_tls:
requires:
- deploy_experimental_migrations
filters:
branches:
only: lt-add-table-indexes
only: placeholder_branch_name

- check_circle_against_staging_sha:
requires:
Expand Down

0 comments on commit a74c908

Please sign in to comment.