Skip to content

Commit 61365d5

Browse files
author
David Holmes
committed
8266465: Add wildcard to JTwork/JTreport exclude in jib-profiles.js
Reviewed-by: erikj
1 parent f00b70e commit 61365d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/conf/jib-profiles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ var getJibProfiles = function (input) {
205205

206206
// Exclude list to use when Jib creates a source bundle
207207
data.src_bundle_excludes = [
208-
"build", "{,**/}webrev*", "{,**/}.hg", "{,**/}JTwork", "{,**/}JTreport",
208+
"build", "{,**/}webrev*", "{,**/}.hg", "{,**/}JTwork*", "{,**/}JTreport*",
209209
"{,**/}.git"
210210
];
211211
// Include list to use when creating a minimal jib source bundle which

0 commit comments

Comments
 (0)