Skip to content

Commit 02fe5a5

Browse files
committed
ci: use https
1 parent 80fc6b9 commit 02fe5a5

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/gis_coarse_meshgen.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ jobs:
2121
root=$PWD
2222
2323
# clone the modified compass repo
24-
git clone --recursive git@github.com:MPAS-Dev/compass.git
24+
git clone --recursive https://github.com/MPAS-Dev/compass.git
2525
26-
# checkout a branch that adds support for mpirun (instead of srun) - See PR
27-
https://github.com/MPAS-Dev/compass/pull/890
26+
# checkout the working branch
2827
pushd compass
29-
git remote add scorec git@github.com:SCOREC/compass.git
28+
git remote add scorec https://github.com/SCOREC/compass.git
3029
git fetch scorec
3130
git checkout cws/simmetrixMeshGen
3231

0 commit comments

Comments
 (0)