Skip to content

Commit

Permalink
Adding Github pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
hermeswaldemarin committed Nov 8, 2023
1 parent aa141fb commit 6279c91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
SECRET_FILE_DATA: ${{ secrets.SECRET_FILE_DATA }}
run: |
mkdir -p ~/.gradle/
mkdir -p /home/runner/.gnupg/
ln -s /usr/local/bin/gpg /usr/local/bin/gpg2
echo $SECRET_FILE_DATA | base64 --decode > /home/runner/.gnupg/pubring.kbx
echo -n "$SECRET_FILE_DATA" | base64 --decode | gpg --import
echo "GRADLE_USER_HOME=${HOME}/.gradle" >> $GITHUB_ENV
echo "${GRADLE_PROPERTIES}" > ~/.gradle/gradle.properties
./gradlew clean build publish -x test

0 comments on commit 6279c91

Please sign in to comment.