Skip to content

Commit

Permalink
move useSquash and writeFake into CharliecloudBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
nschan authored Apr 3, 2024
1 parent 6e2abaa commit 527d880
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ import groovy.util.logging.Slf4j
@CompileStatic
@Slf4j
class CharliecloudBuilder extends ContainerBuilder<CharliecloudBuilder> {

protected boolean useSquash

protected boolean writeFake

CharliecloudBuilder(String name) {
this.image = name
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ abstract class ContainerBuilder<V extends ContainerBuilder> {
protected Path workDir

protected boolean readOnlyInputs

protected boolean useSquash

protected boolean writeFake

@Deprecated
protected String entryPoint
Expand Down

0 comments on commit 527d880

Please sign in to comment.