Commit bc009eff authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #7732 from ethereum-optimism/fix-ci-builder-shell

ci: use bash login-style shell to activate nvm and source bashrc
parents 19c38c58 9936482a
......@@ -113,3 +113,12 @@ RUN echo "downloading and verifying Codecov uploader" && \
chmod +x /usr/local/bin/codecov && \
rm codecov
# within docker use bash
SHELL [ "/bin/bash", "-c" ]
# set env to use bash
ENV SHELL=/bin/bash
ENV BASH=/bin/bash
ENTRYPOINT ["/bin/bash", "--login", "-eo", "pipefail", "-c"]
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