We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ca345 commit c493c0fCopy full SHA for c493c0f
.github/workflows/continuous-integration-workflow.yml
@@ -105,4 +105,4 @@ jobs:
105
kinit -p ${{ secrets.KRB5USER }}@${{ secrets.KRB5REALM }} -kt ${KT_FILE_NAME}
106
cd build
107
rm -rf ./${PR_NUMBER:-}/assets/fa/svgs
108
- xrdcp -rf ./${PR_NUMBER:-} ${EOS_ENDPOINT}//${EOS_PATH}/
+ xrdcp -rf --parallel 4 ./${PR_NUMBER:-} ${EOS_ENDPOINT}//${EOS_PATH}/
0 commit comments