8266465: Add wildcard to JTwork/JTreport exclude in jib-profiles.js
Reviewed-by: erikj
This commit is contained in:
parent
f00b70e2ca
commit
61365d5f58
@ -205,7 +205,7 @@ var getJibProfiles = function (input) {
|
|||||||
|
|
||||||
// Exclude list to use when Jib creates a source bundle
|
// Exclude list to use when Jib creates a source bundle
|
||||||
data.src_bundle_excludes = [
|
data.src_bundle_excludes = [
|
||||||
"build", "{,**/}webrev*", "{,**/}.hg", "{,**/}JTwork", "{,**/}JTreport",
|
"build", "{,**/}webrev*", "{,**/}.hg", "{,**/}JTwork*", "{,**/}JTreport*",
|
||||||
"{,**/}.git"
|
"{,**/}.git"
|
||||||
];
|
];
|
||||||
// Include list to use when creating a minimal jib source bundle which
|
// Include list to use when creating a minimal jib source bundle which
|
||||||
|
Loading…
Reference in New Issue
Block a user