Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix build_and_test job in CircleCI #830

Merged
merged 1 commit into from
Aug 23, 2019

Conversation

Rob--W
Copy link
Member

@Rob--W Rob--W commented Aug 23, 2019

No description provided.

One of build_and_test's commands is `npm run xpi`, which eventually runs
`web-ext build`. Because the `WEB_EXT_API_SECRET` and `WEB_EXT_API_KEY`
environment variables are currently set in CircleCI's secret environment
variables, the build breaks because `web-ext build` fails to run when
these are set: mozilla/web-ext#793

As a work-around, unset those env vars before running `web-ext build`.
@caitmuenster caitmuenster requested a review from jbuck August 23, 2019 15:22
@caitmuenster caitmuenster merged commit 3cd269d into mozilla:master Aug 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants