Skip to content

Commit

Permalink
Conan login right before conan uploading to artifacty. Don't conan lo…
Browse files Browse the repository at this point in the history
…gin for emulator
  • Loading branch information
ViliusSutkus89 committed Jul 11, 2024
1 parent 08825bd commit 9c1fb82
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/android_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:

- name: conan remote
run: conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan
- name: conan login
run: conan remote login odr admin --password ${{ secrets.ARTIFACTORY }}
- name: conan profile
run: conan profile detect

- name: conan login
run: conan remote login odr admin --password ${{ secrets.ARTIFACTORY }}
- name: gradle
run: ./gradlew assembleDebug lintProDebug lintLiteDebug --stacktrace

Expand Down Expand Up @@ -118,8 +118,6 @@ jobs:

- name: conan remote
run: conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan
- name: conan login
run: conan remote login odr admin --password ${{ secrets.ARTIFACTORY }}
- name: conan profile
run: conan profile detect

Expand Down

0 comments on commit 9c1fb82

Please sign in to comment.