mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
Filter out secrets in CI
This commit is contained in:
parent
31518e9754
commit
d48d72cb79
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 8.9.3
|
- 8.9.3
|
||||||
filter_secrets: false
|
# filter_secrets: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue