+ ./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=2024 ++ grep week ToRun/NewToRun.txt ++ awk '{print $2}' + week=40 ++ grep run1 ToRun/NewToRun.txt ++ awk '{print $2}' + sqlite1=386099 ++ grep run2 ToRun/NewToRun.txt ++ awk '{print $2}' + sqlite2=386391 ++ grep type ToRun/NewToRun.txt ++ awk '{print $2}' + type=pedestal + cd .. + rm -rf HLT_EcalLaserValidation + git init hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m 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'... + 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=386391' [master cfc4638] update ToRun files: trigger a new validation for IoV=386391 1 file changed, 4 insertions(+), 4 deletions(-) + git push To github.com:EcalLaserValidation/HLT_EcalLaserValidation.git 1b1d9ab..cfc4638 master -> master + git push Everything up-to-date