Skip to content

Commit 4cc8f41

Browse files
committed
don't run 'eb --missing' in install script, since it confuses the bot's check-result script because of 'required modules missing' messages in job output
1 parent 6dee89a commit 4cc8f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EESSI-pilot-install-software.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ for eb_version in '4.7.2'; do
151151
if [ -f ${es} ]; then
152152
echo_green "Feeding easystack file ${es} to EasyBuild..."
153153

154-
${EB} --easystack ${TOPDIR}/${es} --missing && ${EB} --easystack ${TOPDIR}/${es} --robot
154+
${EB} --easystack ${TOPDIR}/${es} --robot
155155

156156
$TOPDIR/check_missing_installations.sh ${TOPDIR}/${es}
157157
else

0 commit comments

Comments
 (0)