Skip to content

Commit

Permalink
fix(ci): remove jdk7 condition
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbuon committed Sep 20, 2024
1 parent 630f3af commit b0923c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
if test "$GITHUB_REPOSITORY" = "rollbar/rollbar-java" -a "$GITHUB_BASE_REF" = ""; then
openssl enc -aes-256-cbc -K "$SECRING_GPG_KEY" -iv "$SECRING_GPG_IV" -in "$ENCRYPTED_GPG_KEY_LOCATION" -out "$GPG_KEY_LOCATION" -d
fi &&
source ~/.jdk7_home &&
./.github/release.sh
- name: Cleanup Gradle cache
Expand Down

0 comments on commit b0923c5

Please sign in to comment.