Skip to content

Commit

Permalink
fix: dependency chain for production release
Browse files Browse the repository at this point in the history
In this following commit we removed e2e tests from the
production deployment as they would be rerunning against the same
code which went through tests as part of `master` branch
0bb9d9f

During this change we missed that the e2e tests were a requirement
for our deployment pipeline to run.
  • Loading branch information
thisislawatts committed Nov 30, 2021
1 parent 6b97895 commit 0d4e563
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,6 @@ workflows:
- build:
name: build_production
context: community-platform-production
requires:
- 'test_e2e'
<<: *filter_only_production
# Require manual approval on CirclCI website prior to release
- hold:
Expand Down

0 comments on commit 0d4e563

Please sign in to comment.