Skip to content

Commit

Permalink
Checkout correct branch while cloning.
Browse files Browse the repository at this point in the history
  • Loading branch information
RatkoVasic-NOAA authored Sep 27, 2024
1 parent f4b37c7 commit e913c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/sites/tier1/noaa-aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sudo su -
chmod 755 /contrib

cd /contrib/spack-stack-rocky8/
git clone --recursive https://github.com/JCSDA/spack-stack spack-stack-1.8.0
git clone --recursive https://github.com/JCSDA/spack-stack -b release/1.8.0 spack-stack-1.8.0
cd spack-stack-1.8.0
. setup.sh
spack stack create env --name ue-intel-2021.10.0 --template unified-dev --site noaa-aws --compiler intel
Expand Down

0 comments on commit e913c15

Please sign in to comment.