Removes explicit `boulder-tools` docker pull cmd. (#2569)
Remove explicit `boulder-tools` docker pull cmd. Per @jsha's comment in #2567 it should be possible to remove the explicit docker pull letsencrypt/boulder-tools since the docker-compose pull that precedes it will take care of it.
This commit is contained in:
parent
fcf361c327
commit
81542c426d
|
|
@ -46,7 +46,6 @@ env:
|
|||
install:
|
||||
- ./test/travis-before-install.sh
|
||||
- docker-compose pull
|
||||
- docker pull letsencrypt/boulder-tools:2017-02-07
|
||||
- docker-compose build
|
||||
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in New Issue