Skip to content

Commit

Permalink
Fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlatemp committed Jun 27, 2021
1 parent 6b67c1b commit fa4f8e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ tasks.create('ci-build') {
dependsOn(':agent:reZip')

doFirst {
new File(project.buildDir, "ci").mkdirs()
Files.copy(
tasks.getByName('jar').outputs.files.iterator().next().toPath(),
new File(project.buildDir, "ci/agent.jar").toPath()
Expand Down

0 comments on commit fa4f8e7

Please sign in to comment.