Skip to content

Commit

Permalink
openssl install in release java17
Browse files Browse the repository at this point in the history
  • Loading branch information
moizarafat authored and aklish committed Jan 5, 2023
1 parent 7db8f42 commit aabdea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
secrets:
- COVERALLS_REPO_TOKEN
steps:
- prebuild: microdnf install --nodocs openssl gnupg
- build: mvn -B clean verify coveralls:report

elide-6-build:
Expand Down Expand Up @@ -78,5 +77,6 @@ jobs:
- OSSRH_TOKEN
requires: [~tag:/^6/, ~release:/^6/]
steps:
- prebuild: microdnf install --nodocs openssl gnupg
- build: "screwdriver/scripts/build.sh"
- publish: "screwdriver/scripts/publish.sh"

0 comments on commit aabdea9

Please sign in to comment.