We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d6e03 commit bffddeaCopy full SHA for bffddea
tests/Jenkins/utilities.sh
@@ -266,6 +266,11 @@ installDIRAC() {
266
echo "$DIRAC"
267
echo "$PATH"
268
269
+ if ! dirac-proxy-init -g dirac_admin --nocs --no-upload -C "${SERVERINSTALLDIR}/user/client.pem" -K "${SERVERINSTALLDIR}/user/client.key" "${DEBUG}"; then
270
+ echo 'ERROR: dirac-proxy-init --nocs --no-upload failed' >&2
271
+ exit 1
272
+ fi
273
+
274
# now configuring
275
cmd="dirac-configure -S ${DIRACSETUP} -C ${CSURL} --SkipCAChecks ${CONFIGUREOPTIONS} ${DEBUG}"
276
if ! bash -c "${cmd}"; then
0 commit comments