+ ./new.sh ++ ls ToRun + file=NewToRun.txt + echo NewToRun.txt NewToRun.txt + '[' -f ToRun/NewToRun.txt ']' + echo ToRun/NewToRun.txt ToRun/NewToRun.txt ++ grep year ToRun/NewToRun.txt ++ awk '{print $2}' + year=2023 ++ grep week ToRun/NewToRun.txt ++ awk '{print $2}' + week=10 ++ grep run1 ToRun/NewToRun.txt ++ awk '{print $2}' + sqlite1=377134 ++ grep run2 ToRun/NewToRun.txt ++ awk '{print $2}' + sqlite2=377348 ++ grep type ToRun/NewToRun.txt ++ awk '{print $2}' + type=pedestal + cd .. + rm -rf HLT_EcalLaserValidation + git init Initialized empty Git repository in /data/cmsbld/cms-jenkins/workspace/run-EcalLaserValidation-TPG_EcalLaserValidation-push-tests/.git/ + git clone git@github.com:EcalLaserValidation/HLT_EcalLaserValidation.git Cloning into 'HLT_EcalLaserValidation'... Load key "/home/cmsbld/.ssh/id_ecdsa": invalid format + cd HLT_EcalLaserValidation + cp ../TPG_EcalLaserValidation/ToRun/NewToRun.txt ToRun/NewToRun.txt + git add ToRun/NewToRun.txt + git commit -a -m 'update ToRun files: trigger a new validation for IoV=377348' # On branch master nothing to commit, working directory clean