Temporarily disable ripple remote

This commit is contained in:
Bart Thomee
2025-07-21 17:45:16 -04:00
parent 605c8bd377
commit 9a56a5b788
6 changed files with 3 additions and 425 deletions

View File

@@ -99,7 +99,7 @@ jobs:
conan export --version 9.7.3 external/rocksdb
conan export --version 4.0.3 external/soci
- name: add Ripple Conan remote
if: env.CONAN_URL != '' && env.CONAN_LOGIN_USERNAME_RIPPLE != '' && env.CONAN_PASSWORD_RIPPLE != ''
if: env.CONAN_URL != ''
shell: bash
run: |
if conan remote list | grep -q "ripple"; then

View File

@@ -94,7 +94,7 @@ jobs:
conan export --version 9.7.3 external/rocksdb
conan export --version 4.0.3 external/soci
- name: add Ripple Conan remote
if: env.CONAN_URL != '' && env.CONAN_LOGIN_USERNAME_RIPPLE != '' && env.CONAN_PASSWORD_RIPPLE != ''
if: env.CONAN_URL != ''
shell: bash
run: |
if conan remote list | grep -q "ripple"; then