Skip to content

Commit

Permalink
[CI] Set odr index as 0
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jul 25, 2024
1 parent 04c81e2 commit 52b5cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
conan profile list
conan profile show
- run: conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan
- run: conan remote add odr --index 0 https://artifactory.opendocument.app/artifactory/api/conan/conan

- run: ./gradlew lintRelease publishToMavenLocal

Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
conan profile list
conan profile show
- run: conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan
- run: conan remote add odr --index 0 https://artifactory.opendocument.app/artifactory/api/conan/conan

- name: Enable KVM group perms
run: |
Expand Down

0 comments on commit 52b5cab

Please sign in to comment.