Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Pass down DEBUG env var
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Mar 23, 2017
1 parent 8351ae2 commit 033519e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Released: TBA.
- [ ] Fix bug where osx/rvm install won't work via `LANYON_ONLY=rvm ./scripts/test-acceptance.sh`
- [ ] Ship a `deploy` executable for Travis instead of generating one, which relies on `lanyon install`, which is not a file, resulting in more complicated `.travis.yml` files
- [ ] Fix bug where failed deploy is not fatal: https://travis-ci.org/kvz/invig/builds/202931498#L627
- [x] Pass down `DEBUG` env var
- [x] Upgrade `scrolex@0.0.27`

## v0.0.62
Expand Down
1 change: 1 addition & 0 deletions src/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ module.exports = async function boot (whichPackage) {
addCommandAsComponent: true,
components : `lanyon>${cmdName}`,
env : Object.assign({}, process.env, {
DEBUG : process.env.DEBUG,
NODE_ENV : runtime.lanyonEnv,
JEKYLL_ENV : runtime.lanyonEnv,
LANYON_PROJECT: runtime.projectDir, // <-- to preserve the cwd over multiple nested executes, if it wasn't initially set
Expand Down

0 comments on commit 033519e

Please sign in to comment.