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

Copy analysis code to new run directory for chmod

parent b1dc9010
No related branches found
No related tags found
No related merge requests found
Pipeline #1377083 passed with warnings
......@@ -85,8 +85,10 @@ cmssw_run:
script:
- shopt -s expand_aliases
- set +u && source ${CMS_PATH}/cmsset_default.sh; set -u
- chmod -R +w ${CMSSW_RELEASE}/src
- cd ${CMSSW_RELEASE}/src
- mkdir run
- cp -r ${CMSSW_RELEASE} run/
- chmod -R +w run/${CMSSW_RELEASE}/
- cd run/${CMSSW_RELEASE}/src
- cmsenv
- mkdir -p ${HOME}/.globus
- printf $GRID_USERCERT | base64 -d > ${HOME}/.globus/usercert.pem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment