Commit ef7c90c7 authored by Matthew Slipper's avatar Matthew Slipper

ci: Fix merge bug in CircleCI YAML

I encountered merge conflicts in the CircleCI YAML, and missed a stanza that builds proxyd.
parent 36133169
...@@ -196,6 +196,11 @@ workflows: ...@@ -196,6 +196,11 @@ workflows:
- optimism - optimism
- slack - slack
<<: *slack-fail-post-step <<: *slack-fail-post-step
- build-proxyd:
context:
- optimism
- slack
<<: *slack-fail-post-step
- deploy-nightly: - deploy-nightly:
context: context:
- optimism - optimism
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment