File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,6 @@ host_arch=$(uname -m)
8181eessi_arch=${cpu_target_arch:- ${host_arch} }
8282eessi_os=linux
8383job_version=$( cfg_get_value " repository" " repo_version" )
84- # eessi_version=${job_version:-2023.06}
85- eessi_version=2025.01
8684job_repo=$( cfg_get_value " repository" " repo_name" )
8785eessi_repo=${job_repo:- software.eessi.io}
8886tar_topdir=/cvmfs/${eessi_repo} /versions
9694# store output in local file such that the temporary directory ${STORAGE}/eessi.XXXXXXXXXX
9795# can be determined
9896script_out=" install_stdout.log"
99- ./install_compatibility_layer.sh -a ${eessi_arch} -v ${eessi_version} -r ${eessi_repo} -g ${STORAGE} -k 2>&1 | tee -a ${script_out}
97+ ./install_compatibility_layer.sh -a ${eessi_arch} -r ${eessi_repo} -g ${STORAGE} -k 2>&1 | tee -a ${script_out}
98+
99+ eessi_version=$( ls -1 ${eessi_tmp}${tar_topdir} )
100100
101101# TODO handle errors (no outfile, no tmp directory found)
102102eessi_tmp=$( cat ${script_out} | grep ' To resume work add' | cut -f 2 -d \' | cut -f 2 -d ' ' )
You can’t perform that action at this time.
0 commit comments