Skip to content

Commit 55d765c

Browse files
author
Kelly Selden
committed
remove unused debug var
1 parent 506c5ae commit 55d765c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
timeout-minutes: 15
5959
env:
6060
NODE_LTS: ${{ matrix.node != '*' }}
61-
DEBUG: ember-cli-update,boilerplate-update,git-diff-apply,git-fixtures
61+
DEBUG: ember-cli-update,boilerplate-update,git-diff-apply
6262

6363
ember-cli-update:
6464
needs: test

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test/!(fixtures)/**/*-test.js"
1717
],
1818
"env": {
19-
"DEBUG": "ember-cli-update,boilerplate-update,git-diff-apply,git-fixtures"
19+
"DEBUG": "ember-cli-update,boilerplate-update,git-diff-apply"
2020
},
2121
"skipFiles": [
2222
"<node_internals>/**"

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
matrix:
33
- nodejs_version: "10"
4-
DEBUG: "ember-cli-update,boilerplate-update,git-diff-apply,git-fixtures"
4+
DEBUG: "ember-cli-update,boilerplate-update,git-diff-apply"
55

66
branches:
77
only:

0 commit comments

Comments
 (0)