Skip to content

Commit

Permalink
Build a linux devkit
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Mar 25, 2024
1 parent ad78c0a commit 9f88db3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pipelines/build/devkit/build_devkit.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ def build_devkit() {
// Create sha256.txt
sh(script:"sha256sum ${devkit_tarball} > ${devkit_tarball}.sha256.txt")

mkdir workspace
mv adoptium_devkit_filename.* workspace
sh(script:"mkdir workspace && mv adoptium_devkit_filename.* workspace")
archiveArtifacts artifacts: "workspace/*"
}
}
Expand Down

0 comments on commit 9f88db3

Please sign in to comment.