Commit 7345f91b by Feanil Patel

Merge pull request #2755 from edx/feanil/apt_get_yes

Update to not receive input on apt-get tasks.
parents 319fa028 edb0e9cd
......@@ -18,8 +18,8 @@ addons:
- python-demjson
before_install:
- sudo apt-get update
- sudo apt-get install docker-engine
- sudo apt-get -y update
- sudo apt-get -y install -o Dpkg::Options::="--force-confold" docker-engine
install:
- "pip install --allow-all-external -r requirements.txt"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment