Skip to content

Commit

Permalink
fix: develop-an 브랜치의 CI 파일 명령어 재수정 #47 (#49)
Browse files Browse the repository at this point in the history
* �fix: android-ci.yml 파일의 명령어 수정

LOCAL_PROPERTIES_API_KEY에 접근하는 명령어 수정

* fix: 파이프라인 제거하여 명령어 수정

---------

Co-authored-by: Somin Lee <[email protected]>
  • Loading branch information
Junyoung-WON and s6m1n authored Jul 23, 2024
1 parent 03ae2cb commit 9013e3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
run: ./gradlew build

- name: Access LOCAL_PROPERTIES_API_KEY
run: |
echo LOCAL_PROPERTIES_API_KEY=\"$LOCAL_PROPERTIES_API_KEY\" > local.properties
run: echo LOCAL_PROPERTIES_API_KEY=\"$LOCAL_PROPERTIES_API_KEY\" > local.properties
shell: bash
env:
LOCAL_PROPERTIES_API_KEY: ${{ secrets.LOCAL_PROPERTIES_API_KEY }}

0 comments on commit 9013e3d

Please sign in to comment.