We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fc6b9 commit 02fe5a5Copy full SHA for 02fe5a5
1 file changed
.github/workflows/gis_coarse_meshgen.yml
@@ -21,12 +21,11 @@ jobs:
21
root=$PWD
22
23
# clone the modified compass repo
24
- git clone --recursive git@github.com:MPAS-Dev/compass.git
+ git clone --recursive https://github.com/MPAS-Dev/compass.git
25
26
- # checkout a branch that adds support for mpirun (instead of srun) - See PR
27
- https://github.com/MPAS-Dev/compass/pull/890
+ # checkout the working branch
28
pushd compass
29
- git remote add scorec git@github.com:SCOREC/compass.git
+ git remote add scorec https://github.com/SCOREC/compass.git
30
git fetch scorec
31
git checkout cws/simmetrixMeshGen
32
0 commit comments