Fixes Aurora Map CI (#11838)

This commit is contained in:
MarinaGryphon
2021-05-05 19:34:42 -03:00
committed by GitHub
parent bb9ed504bf
commit 9f712ea1c8
+7 -2
View File
@@ -46,7 +46,13 @@ if [[ $DM == "" ]]; then
exit 3
fi
"$DM" $dmepath.mdme | grep --invert-match -E "^including.*\.dmm?\$" | tee build_log.txt
touch $dmepath.rsc
touch $dmepath.dyn.rsc
chmod a+rwX $dmepath.rsc
chmod a+rwX $dmepath.dyn.rsc
chmod -R a+rwX .
"$DM" -clean $dmepath.mdme | grep --invert-match -E "^including.*\.dmm?\$" | tee build_log.txt
retval=$?
if [[ $retval == 0 ]]; then
@@ -56,6 +62,5 @@ fi
rm $dmepath.mdme
chmod -R a+rwX .
exit $retval