Skip to content

Commit

Permalink
Merge pull request #4 from salemlf/bundle_install_step
Browse files Browse the repository at this point in the history
Removes Step Copying Files and Deletes Gemfile.lock
  • Loading branch information
salemlf authored Feb 5, 2024
2 parents 8bdd20d + 44fff69 commit cb9e31b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
12 changes: 0 additions & 12 deletions Gemfile.lock

This file was deleted.

9 changes: 0 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,6 @@ runs:
echo "${KEYSTORE_CONTENT}" | base64 -d > keystore.jks
fi
shell: sh
- id: "COPY_FILES"
env:
ACTION_PATH: ${{ github.action_path }}
run: |
if [ diff -r -q $PWD $ACTION_PATH != 0]; then
cp -r ${ACTION_PATH}/fastlane ./
cp ${ACTION_PATH}/Gemfile ./
fi
shell: sh
- id: "INSTALL_BUNDLER_PACKAGES"
run: bundle install
shell: sh
Expand Down

0 comments on commit cb9e31b

Please sign in to comment.