Skip to content

Commit b9f0a64

Browse files
author
Richard Top
committed
Altered the EESSI-pilot-install-software.sh and removed the missing-modules
1 parent 019a6d5 commit b9f0a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EESSI-pilot-install-software.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ for eb_version in '4.7.2'; do
150150
if [ -f ${es} ]; then
151151
echo_green "Feeding easystack file ${es} to EasyBuild..."
152152

153-
${EB} --easystack ${TOPDIR}/${es} --missing && ${EB} --easystack ${TOPDIR}/${es} --robot
153+
${EB} --easystack ${TOPDIR}/${es} --robot
154154

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

0 commit comments

Comments
 (0)