mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Fix macos-differential typo
This was SVN commit r24329.
This commit is contained in:
parent
f62d233f55
commit
1bd3d7ee5b
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ pipeline {
|
|||
} catch(e) {
|
||||
throw e
|
||||
} finally {
|
||||
sh "rm -f .phabricator-comment builderr-*.txt cxxtest_*.xml"
|
||||
sh "rm -f .phabricator-comment builderr-*.txt cxxtest-*.xml"
|
||||
sh "svn revert -R ."
|
||||
sh "svn st binaries/data/ | cut -c 9- | xargs rm -rf"
|
||||
sh "svn st source/ | cut -c 9- | xargs rm -rf"
|
||||
|
|
|
|||
Loading…
Reference in a new issue