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

Use base64 password also in cmssw_run

parent 0fdff202
Branches
No related tags found
No related merge requests found
Pipeline #1419455 passed with warnings
......@@ -135,7 +135,7 @@ cmssw_run:
- printf $GRID_USERCERT | base64 -d > ${HOME}/.globus/usercert.pem
- printf $GRID_USERKEY | base64 -d > ${HOME}/.globus/userkey.pem
- chmod 400 ${HOME}/.globus/userkey.pem
- echo ${GRID_PASSWORD} | voms-proxy-init --voms cms --pwstdin
- printf ${GRID_PASSWORD} | base64 -d | voms-proxy-init --voms cms --pwstdin
- cd AnalysisCode/ZPeakAnalysis/
- cmsRun test/MyZPeak_cfg.py
- ls -l myZPeak.root
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment