Skip to content

Commit 9c1fb82

Browse files
Conan login right before conan uploading to artifacty. Don't conan login for emulator
1 parent 08825bd commit 9c1fb82

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/android_main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ jobs:
5050

5151
- name: conan remote
5252
run: conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan
53-
- name: conan login
54-
run: conan remote login odr admin --password ${{ secrets.ARTIFACTORY }}
5553
- name: conan profile
5654
run: conan profile detect
5755

56+
- name: conan login
57+
run: conan remote login odr admin --password ${{ secrets.ARTIFACTORY }}
5858
- name: gradle
5959
run: ./gradlew assembleDebug lintProDebug lintLiteDebug --stacktrace
6060

@@ -118,8 +118,6 @@ jobs:
118118

119119
- name: conan remote
120120
run: conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan
121-
- name: conan login
122-
run: conan remote login odr admin --password ${{ secrets.ARTIFACTORY }}
123121
- name: conan profile
124122
run: conan profile detect
125123

0 commit comments

Comments
 (0)