Skip to content

Commit

Permalink
Merge pull request #6559 from hotosm/develop-disable-ci
Browse files Browse the repository at this point in the history
Temporarily disable automatic deployment of dev branch to servers for e2e testing
  • Loading branch information
dakotabenjamin committed Sep 9, 2024
2 parents d639285 + 6ae8c1c commit 1126500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,8 @@ workflows:
pattern: "^deployment/.*"
value: << pipeline.git.branch >>
- or:
- equal: [ develop, << pipeline.git.branch >> ]
- equal: [ fix/ci-deployment-ami-perms, << pipeline.git.branch >> ] # change this to the branch you wish to test
## - equal: [ develop, << pipeline.git.branch >> ] # Disabled while we use dev setup for e2e testing
- equal: [ dev-switch-to-sandbox, << pipeline.git.branch >> ]
jobs:
- database-backup:
name: Backup development database
Expand Down

0 comments on commit 1126500

Please sign in to comment.