mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
Travis CI build script fix (#912)
This commit is contained in:
committed by
kevinz000
parent
0265ab60ff
commit
395929c5e4
@@ -9,7 +9,7 @@ if [ "$BUILD_TOOLS" = false ]; then
|
|||||||
echo "step_[xy] variables detected in maps, please remove them."
|
echo "step_[xy] variables detected in maps, please remove them."
|
||||||
exit 1
|
exit 1
|
||||||
fi;
|
fi;
|
||||||
if grep '/turf\s*[,\){]' _maps/**/*.dmm; then
|
if grep '\W\/turf\s*[,\){]' _maps/**/*.dmm; then
|
||||||
echo "base /turf path use detected in maps, please replace with proper paths."
|
echo "base /turf path use detected in maps, please replace with proper paths."
|
||||||
exit 1
|
exit 1
|
||||||
fi;
|
fi;
|
||||||
|
|||||||
Reference in New Issue
Block a user