Skip to content

Commit

Permalink
remove stash
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed Apr 5, 2023
1 parent 5f115ad commit bd6cc64
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,9 @@ jobs:
- name: Build documentation
working-directory: firebase-ios-sdk
run: xcodebuild docbuild -workspace gen/FirebaseStorage/FirebaseStorage.xcworkspace -scheme FirebaseStorage -sdk iphonesimulator -derivedDataPath ${{ env.ARTIFACTS_DIR }}/main/
- name: Stash
working-directory: firebase-ios-sdk
run: git stash
- name: Switch branches
working-directory: firebase-ios-sdk
run: git checkout "${GITHUB_HEAD_REF}" && scripts/setup_bundler.sh && git stash pop
run: git checkout "${GITHUB_HEAD_REF}" && scripts/setup_bundler.sh
- name: Generate workspace (changes)
working-directory: firebase-ios-sdk
run: bundle exec pod gen FirebaseStorage.podspec --local-sources=./ --platforms=ios
Expand All @@ -192,5 +189,5 @@ jobs:
run: xcodebuild docbuild -workspace gen/FirebaseStorage/FirebaseStorage.xcworkspace -scheme FirebaseStorage -sdk iphonesimulator -derivedDataPath ${{ env.ARTIFACTS_DIR }}//changes/
- name: Run docdiff
working-directory: firebase-ios-sdk
run: ./scripts/docdiff.sh ${{ env.ARTIFACTS_DIR }}//change/Build/Products/Debug-iphonesimulator/FirebaseStorage/FirebaseStorage.doccarchive ${{ env.ARTIFACTS_DIR }}//main/Build/Products/Debug-iphonesimulator/FirebaseStorage/FirebaseStorage.doccarchive
run: ls ${{ env.ARTIFACTS_DIR }} && ./scripts/docdiff.sh ${{ env.ARTIFACTS_DIR }}/change/Build/Products/Debug-iphonesimulator/FirebaseStorage/FirebaseStorage.doccarchive ${{ env.ARTIFACTS_DIR }}/main/Build/Products/Debug-iphonesimulator/FirebaseStorage/FirebaseStorage.doccarchive

0 comments on commit bd6cc64

Please sign in to comment.