10 lines
144 B
JSON
10 lines
144 B
JSON
{
|
|
"extends": ["//"],
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|