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