mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-09 23:43:30 +01:00
Fix Travis test docker pull command.
This commit is contained in:
parent
ca4ac9945b
commit
7e004811a5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ services:
|
|||
|
||||
before_install:
|
||||
# Pull container.
|
||||
- 'sudo docker pull ${distribution}:${version}'
|
||||
- 'sudo docker pull ${repository}:${version}'
|
||||
|
||||
script:
|
||||
- container_id=$(mktemp)
|
||||
|
|
Loading…
Reference in a new issue