Skip to content

Commit e2abe7a

Browse files
committed
build: remove debug variable
1 parent d044493 commit e2abe7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
command: |
130130
echo 'export PATH=/snap/bin:"$PATH"' >> "$BASH_ENV"
131131
source "$BASH_ENV"
132-
- run: DEBUG=electron-installer-snap:* npx yarn run publish --arch=<< parameters.arch >> --dry-run
132+
- run: npx yarn run publish --arch=<< parameters.arch >> --dry-run
133133
# CircleCI doesn't let you persist files with the same name from multiple
134134
# jobs, so only persist the .webpack path from the x64 linux-build job
135135
- when:

0 commit comments

Comments
 (0)