Skip to content

Commit

Permalink
Fedora & Ubuntu, tinker a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
mihnita committed Sep 24, 2024
1 parent 880b27a commit fca3d60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/release-check-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,6 @@ jobs:
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: Import GPG keys
run: |
gpg -k
gpg -K
echo $GPG_PRIVATE_KEY > foo
echo $GPG_PASSPHRASE >> foo
echo "=============" >> foo
cat foo
echo -e $GPG_PRIVATE_KEY | gpg --passphrase=$GPG_PASSPHRASE --import
gpg -k
gpg -K
echo $GPG_PRIVATE_KEY > key.asc
gpg --passphrase=$GPG_PASSPHRASE --import key.asc
gpg -k
gpg -K
env:
GPG_PRIVATE_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

- name: Get all release files
run: |
mkdir tempFolder
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release-icu4j-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ jobs:
# TODO: enable tests? We don't want to release until we are 100% sure everything works.
- name: Build all of ICU
run: |
gpg -k
gpg -K
# Really important to do this first because we need `tools/build` for the javadoc applets
mvn install --file icu4j/tools/build \
${SHARED_MVN_ARGS} \
Expand Down

0 comments on commit fca3d60

Please sign in to comment.