chromium / badssl.com

:lock: Memorable site for testing clients against bad SSL configs.
https://badssl.com
Apache License 2.0
2.84k stars 191 forks source link

Export environment variables in the Makefile #355

Closed christhompson closed 6 years ago

christhompson commented 6 years ago

The Makefile currently sets TEST_DOMAIN and PROD_DOMAIN at the top, but these weren't getting propagated to the build scripts.

This marks the variables as export so subsequent calls to jekyll get passed the variables.

This fixes #354