Skip to content

Commit

Permalink
Merge pull request mozilla-iam#275 from gene1wood/fix-sanity-check-qu…
Browse files Browse the repository at this point in the history
…oting

Fix sanity-checks.sh passing of TEST_BAD_CONFIG_PATHS
  • Loading branch information
gene1wood committed Nov 12, 2018
2 parents 0818bcb + 9c942ca commit 27771ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ push-to-auth0: sanity-checks

sanity-checks: copy-to-cdn
@echo "Running sanity script for $(NODE_ENV)..."
CDN_BASE_URL=$(CDN_BASE_URL) \
TEST_BAD_CONFIG_PATHS=$(TEST_BAD_CONFIG_PATHS) \
NODE_ENV=$(NODE_ENV) \
CDN_BASE_URL="$(CDN_BASE_URL)" \
TEST_BAD_CONFIG_PATHS="$(TEST_BAD_CONFIG_PATHS)" \
NODE_ENV="$(NODE_ENV)" \
ci/scripts/sanity-checks.sh

copy-to-cdn:
Expand Down

0 comments on commit 27771ee

Please sign in to comment.