Skip to content

Commit

Permalink
cleanup ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaThorne committed Mar 24, 2024
1 parent f3c9842 commit ff993c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Set up keystore
run: |
mkdir keystore
echo "${{ secrets.PILLAPP_KEYSTORE }}" > keystore/keystore.jks.asc
gpg -d --passphrase "${{ secrets.STORE_DECRYPT_KEY }}" --batch keystore/keystore.jks.asc > keystore/keystore.jks
echo "${{ secrets.PILLAPP_KEYSTORE }}" > keystore.jks.asc
gpg -d --passphrase "${{ secrets.STORE_DECRYPT_KEY }}" --batch keystore.jks.asc > keystore.jks
- run: echo "Keystore has been set up"
- name: Set up local.properties
run: echo "${{ secrets.LOCAL_PROPERTIES }}" > local.properties
Expand Down Expand Up @@ -66,8 +66,8 @@ jobs:
- name: Set up keystore
run: |
mkdir keystore
echo "${{ secrets.PILLAPP_KEYSTORE }}" > keystore/keystore.jks.asc
gpg -d --passphrase "${{ secrets.STORE_DECRYPT_KEY }}" --batch keystore/keystore.jks.asc > keystore/keystore.jks
echo "${{ secrets.PILLAPP_KEYSTORE }}" > keystore.jks.asc
gpg -d --passphrase "${{ secrets.STORE_DECRYPT_KEY }}" --batch keystore.jks.asc > keystore.jks
- run: echo "Keystore has been set up"
- name: Set up local.properties
run: echo "${{ secrets.LOCAL_PROPERTIES }}" > local.properties
Expand Down

0 comments on commit ff993c1

Please sign in to comment.