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:
- optimism
- slack
<<: *slack-fail-post-step
- build-proxyd:
context:
- optimism
- slack
<<: *slack-fail-post-step
- deploy-nightly:
context:
- 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