From 34af277e97deae23a54ef6257680a109d7dfcb0a Mon Sep 17 00:00:00 2001 From: Justin Bonus Date: Sun, 29 Sep 2024 09:39:08 -0700 Subject: [PATCH] Update appveyor.yml Point to personal repos for time being due to simcenterbackendapplications/simcentercommon bugs (can be reverted later) --- appveyor.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 092bc956..92c9a224 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,10 +29,10 @@ for: - rm -rf QS3hark - rm -rf SimCenterBackendApplications - rm -rf SimCenterCommon - - git clone https://github.com/NHERI-SimCenter/SimCenterBackendApplications.git - - git clone https://github.com/NHERI-SimCenter/SimCenterCommon.git - - git clone https://github.com/NHERI-SimCenter/EE-UQ.git - - git clone https://github.com/NHERI-SimCenter/QS3hark.git + - git clone https://github.com/JustinBonus/SimCenterBackendApplications.git + - git clone https://github.com/JustinBonus/SimCenterCommon.git + - git clone https://github.com/JustinBonus/EE-UQ.git + - git clone https://github.com/JustinBonus/QS3hark.git build_script: @@ -79,10 +79,10 @@ for: - pip install conan==1.60.1 - conan user - conan remote add simcenter https://nherisimcenter.jfrog.io/artifactory/api/conan/simcenter - - git clone https://github.com/NHERI-SimCenter/SimCenterBackendApplications.git - - git clone https://github.com/NHERI-SimCenter/SimCenterCommon.git - - git clone https://github.com/NHERI-SimCenter/EE-UQ.git - - git clone https://github.com/NHERI-SimCenter/QS3hark.git + - git clone https://github.com/JustinBonus/SimCenterBackendApplications.git + - git clone https://github.com/JustinBonus/SimCenterCommon.git + - git clone https://github.com/JustinBonus/EE-UQ.git + - git clone https://github.com/JustinBonus/QS3hark.git build_script: # build SimCenterBackendApplications @@ -132,10 +132,10 @@ for: - cmd: rm -rf QS3hark - cmd: rm -rf SimCenterBackendApplications - cmd: rm -rf SimCenterCommon - - cmd: git clone https://github.com/NHERI-SimCenter/SimCenterBackendApplications.git - - cmd: git clone https://github.com/NHERI-SimCenter/SimCenterCommon.git - - cmd: git clone https://github.com/NHERI-SimCenter/EE-UQ.git - - cmd: git clone https://github.com/NHERI-SimCenter/QS3hark.git + - cmd: git clone https://github.com/JustinBonus/SimCenterBackendApplications.git + - cmd: git clone https://github.com/JustinBonus/SimCenterCommon.git + - cmd: git clone https://github.com/JustinBonus/EE-UQ.git + - cmd: git clone https://github.com/JustinBonus/QS3hark.git - cmd: dir build_script: