Skip to content

Commit

Permalink
remove -p
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Oct 23, 2024
1 parent 76b5e5b commit e8056df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ task copyAllArtifacts(type: Copy) {
def paArtifacts = Paths.get(dockerBuildDir, 'pa', "opensearch-performance-analyzer-${version}.${file_ext}")

dockerArtifactsDir = Paths.get(dockerBuildDir, 'rca-docker')
mkdir -p dockerArtifactsDir
mkdir dockerArtifactsDir

from(dockerArtifacts)
from(rcaArtifacts)
Expand Down

0 comments on commit e8056df

Please sign in to comment.