Skip to content

Commit

Permalink
Disable cache to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
felginep committed Mar 9, 2022
1 parent d5ec02e commit 5e26b64
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/appcenter_release_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,20 @@ jobs:
RN_B64_ENV_PRODUCTION: ${{ secrets.RN_B64_ENV_PRODUCTION }}
run: ./cli.js prepare ${{ github.event.inputs.environment }}

- name: Ruby cache
uses: actions/[email protected]
with:
path: /root/vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- name: Gradle cache
uses: actions/[email protected]
with:
path: /root/.gradle
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: |
${{ runner.os }}-gradle
# - name: Ruby cache
# uses: actions/[email protected]
# with:
# path: /root/vendor/bundle
# key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
# restore-keys: |
# ${{ runner.os }}-gems-
# - name: Gradle cache
# uses: actions/[email protected]
# with:
# path: /root/.gradle
# key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
# restore-keys: |
# ${{ runner.os }}-gradle
- name: Bundle install
run: |
bundle config path /root/vendor/bundle
Expand Down

0 comments on commit 5e26b64

Please sign in to comment.