mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
Avoid the Y/n prompt
This commit is contained in:
parent
301e8d321f
commit
b8e369e85f
@ -231,7 +231,7 @@ jobs:
|
||||
node: "Install Git"
|
||||
command: |
|
||||
slackpkg update
|
||||
slackpkg install git
|
||||
slackpkg install git </dev/null
|
||||
|
||||
- "checkout"
|
||||
|
||||
@ -259,7 +259,7 @@ jobs:
|
||||
libffi-devel \
|
||||
openssl-devel \
|
||||
libyaml-devel \
|
||||
python-virtualenv
|
||||
python-virtualenv </dev/null
|
||||
|
||||
- run: *SETUP_VIRTUALENV
|
||||
- run: *RUN_TESTS
|
||||
|
Loading…
x
Reference in New Issue
Block a user