Skip to content

Commit

Permalink
[ Refactor ] : 린트 수정 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeseongYun authored Jul 18, 2023
1 parent 084e768 commit 45fe702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/attandace-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Make env file
run: |
run: echo GEMFILE=\"$GEMFILE\" >> ./Gemfile
# # fastlane 디렉토리 추가
# mkdir ./fastlane
#
Expand All @@ -90,7 +90,7 @@ jobs:
# echo FASTLANE_APP_FILE=\"$FASTLANE_APP_FILE\" >> ./fastlane/Appfile
#
# # Gemfile
echo GEMFILE=\"$GEMFILE\" >> ./Gemfile

#
# # fastlane evn 파일 만듦
# echo FASTLANE_ENV=\"$FASTLANE_ENV\" >> ./fastlane/.env
Expand Down

0 comments on commit 45fe702

Please sign in to comment.