Skip to content
Snippets Groups Projects
Commit a891fd8f authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Need to pull new modifications

parent 3b3b6a3e
No related branches found
No related tags found
No related merge requests found
Pipeline #179475 failed
...@@ -68,6 +68,7 @@ spack:setup: ...@@ -68,6 +68,7 @@ spack:setup:
else else
git -C spack fetch git -C spack fetch
git -C spack checkout $SPACK_VERSION git -C spack checkout $SPACK_VERSION
git pull
fi fi
- spack/bin/spack gpg trust $GPG_PRIVATE_KEY - spack/bin/spack gpg trust $GPG_PRIVATE_KEY
...@@ -88,6 +89,7 @@ spack:setup: ...@@ -88,6 +89,7 @@ spack:setup:
else else
git -C /stack/extra_repos/$repo fetch git -C /stack/extra_repos/$repo fetch
git -C /stack/extra_repos/$repo checkout ${repo_branch} git -C /stack/extra_repos/$repo checkout ${repo_branch}
git pull
fi fi
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment