mirror of
https://github.com/go-task/task.git
synced 2026-07-09 20:09:14 +02:00
feat: remove REMOTE_TASKFILES from config and schema
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
experiments:
|
||||
GENTLE_FORCE: 0
|
||||
REMOTE_TASKFILES: 0
|
||||
ENV_PRECEDENCE: 0
|
||||
|
||||
@@ -11,10 +11,6 @@
|
||||
"type": "number",
|
||||
"enum": [0, 1]
|
||||
},
|
||||
"REMOTE_TASKFILES": {
|
||||
"type": "number",
|
||||
"enum": [0, 1]
|
||||
},
|
||||
"GENTLE_FORCE": {
|
||||
"type": "number",
|
||||
"enum": [0, 1]
|
||||
|
||||
Reference in New Issue
Block a user