don't build apu on target
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"allow_concurrent_runs": true,
|
||||
"reveal": "no_focus",
|
||||
"reveal_target": "dock",
|
||||
"hide": "on_success"
|
||||
"hide": "on_success",
|
||||
},
|
||||
{
|
||||
"label": "Apply remote",
|
||||
@@ -16,26 +16,26 @@
|
||||
"allow_concurrent_runs": true,
|
||||
"reveal": "no_focus",
|
||||
"reveal_target": "dock",
|
||||
"hide": "on_success"
|
||||
"hide": "on_success",
|
||||
},
|
||||
{
|
||||
"label": "Apply on freun-dev",
|
||||
"command": "apply",
|
||||
"args": ["--build-on-target", "--on", "freun-dev"],
|
||||
"args": ["--on", "freun-dev"],
|
||||
"use_new_terminal": false,
|
||||
"allow_concurrent_runs": true,
|
||||
"reveal": "no_focus",
|
||||
"reveal_target": "dock",
|
||||
"hide": "on_success"
|
||||
"hide": "on_success",
|
||||
},
|
||||
{
|
||||
"label": "Apply on apu",
|
||||
"command": "apply",
|
||||
"args": ["--build-on-target", "--on", "apu"],
|
||||
"args": ["--on", "apu"],
|
||||
"use_new_terminal": false,
|
||||
"allow_concurrent_runs": true,
|
||||
"reveal": "no_focus",
|
||||
"reveal_target": "dock",
|
||||
"hide": "on_success"
|
||||
}
|
||||
"hide": "on_success",
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user