Skip to content

Commit

Permalink
Deploy to experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrump committed Oct 31, 2019
1 parent 01e2c63 commit 77c2e5e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Expand Up @@ -853,23 +853,23 @@ workflows:
# if testing on experimental, you can disable these tests by using the commented block below.
filters:
branches:
ignore: placeholder_branch_name
ignore: mk-168762441-remove-hhg-access-codes

- client_test:
requires:
- pre_deps_yarn
# if testing on experimental, you can disable these tests by using the commented block below.
filters:
branches:
ignore: placeholder_branch_name
ignore: mk-168762441-remove-hhg-access-codes

- server_test:
requires:
- pre_deps_golang
# if testing on experimental, you can disable these tests by using the commented block below.
filters:
branches:
ignore: placeholder_branch_name
ignore: mk-168762441-remove-hhg-access-codes

- build_app:
requires:
Expand Down Expand Up @@ -910,28 +910,28 @@ workflows:
- build_migrations
filters:
branches:
only: placeholder_branch_name
only: mk-168762441-remove-hhg-access-codes

- deploy_experimental_tasks:
requires:
- deploy_experimental_migrations
filters:
branches:
only: placeholder_branch_name
only: mk-168762441-remove-hhg-access-codes

- deploy_experimental_app:
requires:
- deploy_experimental_migrations
filters:
branches:
only: placeholder_branch_name
only: mk-168762441-remove-hhg-access-codes

- deploy_experimental_app_client_tls:
requires:
- deploy_experimental_migrations
filters:
branches:
only: placeholder_branch_name
only: mk-168762441-remove-hhg-access-codes

- check_circle_against_staging_sha:
requires:
Expand Down Expand Up @@ -1020,7 +1020,7 @@ workflows:
branches:
only: master
# Uncomment below if pushing a test branch. Also comment out approve_prod_deploy few lines above.
#only: placeholder_branch_name
#only: mk-168762441-remove-hhg-access-codes

dependency_updater_go:
triggers:
Expand Down

0 comments on commit 77c2e5e

Please sign in to comment.