Skip to content

Commit

Permalink
fix: filtered is for variable interpolation/substitution, not for exc…
Browse files Browse the repository at this point in the history
…lusion

Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa authored and rohanKanojia committed Mar 5, 2020
1 parent d97c14d commit 4538ac6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -457,9 +457,6 @@ private void processJKubeProjectAssemblyFile(
JKubeProject project, JKubeAssemblyFile assemblyFile, BuildDirs buildDirs, JKubeAssemblyConfiguration assemblyConfiguration)
throws IOException {

if (Boolean.TRUE.equals(assemblyFile.getFiltered())) {
return;
}
final File outputDirectory;
if (new File(assemblyFile.getOutputDirectory()).isAbsolute()) {
outputDirectory = new File(assemblyFile.getOutputDirectory());
Expand Down

0 comments on commit 4538ac6

Please sign in to comment.