There was an error while loading. Please reload this page.
2 parents 31d30a3 + 663b66f commit a3ceebcCopy full SHA for a3ceebc
1 file changed
spm8Batch/auxiliary/shellScriptFinalize
@@ -33,8 +33,12 @@ echo "# ${execDIR}"
33
echo "#" >> ${FULLSCRIPTNAME}.sh
34
35
BATCHVERSION=`cat ${thisDir}/.spm8BatchVersion`
36
+[[ -f ${thisDir}/../.local/CurrentVersionSHA ]] && mcSHA=`cat ${thisDir}/../.local/CurrentVersionSHA`
37
+[[ -f ${thisDir}/../.local/mc_releasetag ]] && mc_releasetag=`cat ${thisDir}/../.local/mc_releasetag`
38
39
echo "# spm8Batch Version : ${BATCHVERSION}" >> ${FULLSCRIPTNAME}.sh
40
+echo "# MethodsCore Release Tag : ${mc_releasetag}" >> ${FULLSCRIPTNAME}.sh
41
+echo "# MethodsCore Repository SHA-ID: $mcSHA" >> ${FULLSCRIPTNAME}.sh
42
43
echo "# All done" >> ${FULLSCRIPTNAME}.sh
44
0 commit comments