Skip to content

Commit cd47fcf

Browse files
committed
fix: removed not-anymore-useful copy
1 parent 9c5a64e commit cd47fcf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Jenkins/dirac_ci.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,6 @@ installSite() {
129129
bash "installer.sh"
130130
rm "installer.sh"
131131
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"
136132
source diracos/diracosrc
137133
for module_path in "${ALTERNATIVE_MODULES[@]}"; do
138134
pip install ${PIP_INSTALL_EXTRA_ARGS:-} "${module_path}[server]"

0 commit comments

Comments
 (0)