mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 19:10:19 +01:00
Bypass updating apt while Travis is having a bad day.
This commit is contained in:
parent
7a15ff5fd6
commit
a8e0f1c72a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
# - sudo apt-get update
|
||||||
# Pull container
|
# Pull container
|
||||||
- 'sudo docker pull ${distribution}:${version}'
|
- 'sudo docker pull ${distribution}:${version}'
|
||||||
# Customize container
|
# Customize container
|
||||||
|
|
Loading…
Reference in a new issue