Skip to content

Commit 20a3c53

Browse files
committed
rm circleci, add debug info
1 parent 66744df commit 20a3c53

File tree

4 files changed

+3
-69
lines changed

4 files changed

+3
-69
lines changed

.circleci/config.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

.circleci/settings.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/actions/setup-maven/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ runs:
3030
mkdir -p $HOME/.m2
3131
cp .github/settings.xml $HOME/.m2/settings.xml
3232
sed -i "s|\${OSSRH_USERNAME}|${{ inputs.ossrh-username }}|g" $HOME/.m2/settings.xml
33-
sed -i "s|\${OSSRH_PASSWORD}|${{ inputs.ossrh-password }}|g" $HOME/.m2/settings.xml
33+
sed -i "s|\${OSSRH_PASSWORD}|${{ inputs.ossrh-password }}|g" $HOME/.m2/settings.xml
34+
cat $HOME/.m2/settings.xml

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
run: |
3030
./gen-gpg-key.sh
3131
sed -i "s/\${GPG_PASSPHRASE}/$GPG_PASSPHRASE/g" ./pom.xml
32+
cat ./pom.xml
3233
name: Generate GPG key
3334
- name: Deploy
3435
run: mvn deploy -Prelease -X

0 commit comments

Comments
 (0)