Skip to content

Commit

Permalink
Deploy to experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Gilmer committed Mar 14, 2019
1 parent 5110951 commit 0da9d15
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .circleci/config.yml
Expand Up @@ -779,29 +779,29 @@ workflows:
- pre_deps_yarn - pre_deps_yarn
- acceptance_tests_local - acceptance_tests_local
# if testing on experimental, you can disable these tests by using the commented block below. # if testing on experimental, you can disable these tests by using the commented block below.
# filters: filters:
# branches: branches:
# ignore: placeholder_branch_name ignore: cg_disable_samesite_cookie


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


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


- client_test: - client_test:
requires: requires:
Expand Down Expand Up @@ -845,21 +845,21 @@ workflows:
- build_migrations - build_migrations
filters: filters:
branches: branches:
only: placeholder_branch_name only: cg_disable_samesite_cookie


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


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


- check_circle_against_staging_sha: - check_circle_against_staging_sha:
requires: requires:
Expand Down

0 comments on commit 0da9d15

Please sign in to comment.