Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-ky authored Mar 9, 2023
2 parents 491f926 + 2863a64 commit 9854276
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,9 @@ public DockerPipelineConfiguration getDockerPipelineConfiguration() {
public boolean isVerboseLoggingOn() {
return false;
}

@Override
public boolean isExpectingDedicatedEphemeralAgent() {
return false;
}
}

0 comments on commit 9854276

Please sign in to comment.