Skip to content

Commit

Permalink
Merge pull request #2306 from CruGlobal/mhp-remove-bundle-install-and…
Browse files Browse the repository at this point in the history
…-archive-gym-logs

MHP - Remove bundle install and add archive gym logs
  • Loading branch information
levieggertcru authored Sep 26, 2023
2 parents bb16192 + aa52b22 commit 3ce6e3c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,6 @@ jobs:
run: echo -e "machine github.com\n login $CI_USER_TOKEN" >> ~/.netrc
env:
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN}}
- name: Bundle Install
working-directory: ios
run: bundle install
- name: Import App Store Connect API Key
env:
APP_STORE_CONNECT_API_JSON_PAYLOAD: ${{ secrets.APP_STORE_CONNECT_API_JSON_PAYLOAD }}
Expand All @@ -288,6 +285,12 @@ jobs:
env:
MATCH_GIT_BASIC_AUTHORIZATION_PAT: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION_PAT }}
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
- name: Archive Fastlane Gym Logs
if: always()
uses: actions/upload-artifact@v3
with:
name: fastlane-gym-logs
path: "/Users/runner/Library/Logs/gym/MissionHub-MissionHub.log"

android-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3ce6e3c

Please sign in to comment.