Skip to content
Snippets Groups Projects
Commit 878bb8d9 authored by Clemens Lange's avatar Clemens Lange
Browse files

Try --upstream-only option instead of fake using fake GitHub profile

parent efda52ab
No related branches found
No related tags found
No related merge requests found
Pipeline #1606752 failed
......@@ -90,10 +90,12 @@ cmssw_addpkg:
- cmsenv
# If within CERN, we can speed up interaction with CMSSW:
- export CMSSW_MIRROR=https://:@git.cern.ch/kerberos/CMSSW.git
# This is another trick to speed things up independent of your location:
- export CMSSW_GIT_REFERENCE=/cvmfs/cms.cern.ch/cmssw.git.daily
- git config --global user.name "${GIT_USER_NAME}"
- git config --global user.email "${GIT_USER_EMAIL}"
- git config --global user.github "${GIT_USER_GITHUB}"
# - git config --global user.name "${GIT_USER_NAME}"
# - git config --global user.email "${GIT_USER_EMAIL}"
# - git config --global user.github "${GIT_USER_GITHUB}"
- git cms-init --upstream-only
- git cms-addpkg PhysicsTools/PatExamples
- scram b
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment