1
0
forked from 0ad/0ad

Fix macos-differential typo

This was SVN commit r24329.
This commit is contained in:
Angen 2020-12-06 07:56:07 +00:00
parent f62d233f55
commit 1bd3d7ee5b

View File

@ -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"