mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 15:21:58 +02:00
ci fix
This commit is contained in:
@ -55,8 +55,8 @@ Bootstrap() {
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if ! (test -e .Rbuildignore && grep -q 'travis-tool' .Rbuildignore); then
|
||||
echo '^travis-tool\.sh$' >>.Rbuildignore
|
||||
if ! (test -e .Rbuildignore && grep -q 'travis_tool' .Rbuildignore); then
|
||||
echo '^travis_tool\.sh$' >>.Rbuildignore
|
||||
fi
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user