Skip to content

Commit

Permalink
[ Refactor ] : 깃허브 액션 수정 (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeseongYun authored Jul 18, 2023
1 parent c6d1476 commit a9c6505
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/attandace-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,6 @@ jobs:
needs: commit-message
runs-on: ubuntu-latest
steps:
- name: Install fastlane
run: gem install fastlane --user-install

- name: Install bundle
run: gem install bundler --user-install

- name: Add gem binary directory to PATH
run: echo "export PATH=\$HOME/.gem/ruby/3.0.0/bin:\$PATH" >> $GITHUB_ENV

- name: Make env file
run: |
# fastlane 디렉토리 추가
Expand All @@ -102,6 +93,17 @@ jobs:
# fastlane evn 파일 만듦
echo FASTLANE_ENV=\"$FASTLANE_ENV\" >> ./fastlane/.env
- name: Install fastlane
run: gem install fastlane --user-install
working-directory: ./fastlane

- name: Install bundle
run: gem install bundler --user-install
working-directory: ./fastlane

- name: Add gem binary directory to PATH
run: echo "export PATH=\$HOME/.gem/ruby/3.0.0/bin:\$PATH" >> $GITHUB_ENV

- name: Set Gem environment variables
run: |
Expand Down

0 comments on commit a9c6505

Please sign in to comment.