Skip to content

Commit

Permalink
temporarily disables purchasetester deploy (#4133)
Browse files Browse the repository at this point in the history
  • Loading branch information
aboedo authored Jul 30, 2024
1 parent 781151d commit fc7e3ae
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1325,10 +1325,12 @@ workflows:
requires:
- make-release
<<: *release-tags
- deploy-purchase-tester:
requires:
- make-release
<<: *release-tags
# temporarily disabled since this won't work when building directly from its workspace.
# there's another PR to re-enable it
# - deploy-purchase-tester:
# requires:
# - make-release
# <<: *release-tags

snapshot-bump:
when:
Expand Down

0 comments on commit fc7e3ae

Please sign in to comment.