mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Merge pull request #27117 from Cirrial/fucking-meters-how-do-they-work
Travis CI build script fix
This commit is contained in:
@@ -9,7 +9,7 @@ if [ "$BUILD_TOOLS" = false ]; then
|
||||
echo "step_[xy] variables detected in maps, please remove them."
|
||||
exit 1
|
||||
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."
|
||||
exit 1
|
||||
fi;
|
||||
|
||||
Reference in New Issue
Block a user