mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
Move shopt option setting to before script step
This isn't actually something we want to check for failure on or not
This commit is contained in:
@@ -41,9 +41,9 @@ before_script:
|
||||
- cd tgui && npm install && cd ..
|
||||
- chmod +x ./install-byond.sh
|
||||
- ./install-byond.sh
|
||||
- shopt -s globstar
|
||||
|
||||
script:
|
||||
- shopt -s globstar
|
||||
- (! grep 'step_[xy]' _maps/**/*.dmm)
|
||||
- md5sum -c - <<< "49bc6b1b9ed56c83cceb6674bd97cb34 *html/changelogs/example.yml"
|
||||
- tools/check_filedirs.sh tgstation.dme
|
||||
|
||||
Reference in New Issue
Block a user