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

pull more defined

parent a891fd8f
No related branches found
No related tags found
No related merge requests found
Pipeline #179483 failed
......@@ -68,7 +68,7 @@ spack:setup:
else
git -C spack fetch
git -C spack checkout $SPACK_VERSION
git pull
git pull origin $SPACK_VERSION
fi
- spack/bin/spack gpg trust $GPG_PRIVATE_KEY
......@@ -89,7 +89,7 @@ spack:setup:
else
git -C /stack/extra_repos/$repo fetch
git -C /stack/extra_repos/$repo checkout ${repo_branch}
git pull
git pull origin ${repo_branch}
fi
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