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 9c5a64e commit cd47fcfCopy full SHA for cd47fcf
tests/Jenkins/dirac_ci.sh
@@ -129,10 +129,6 @@ installSite() {
129
bash "installer.sh"
130
rm "installer.sh"
131
echo "source \"$PWD/diracos/diracosrc\"" > "$PWD/bashrc"
132
- # TODO: This will be fixed properly as part of https://github.com/DIRACGrid/DIRAC/issues/5082
133
- mv "${SERVERINSTALLDIR}/etc/grid-security/"* "${SERVERINSTALLDIR}/diracos/etc/grid-security/"
134
- rm -rf "${SERVERINSTALLDIR}/etc"
135
- ln -s "${SERVERINSTALLDIR}/diracos/etc" "${SERVERINSTALLDIR}/etc"
136
source diracos/diracosrc
137
for module_path in "${ALTERNATIVE_MODULES[@]}"; do
138
pip install ${PIP_INSTALL_EXTRA_ARGS:-} "${module_path}[server]"
0 commit comments