Try to use container image from DockerHub
This commit is contained in:
Родитель
df26af5396
Коммит
b4d26719b3
|
@ -12,6 +12,10 @@ branches:
|
|||
only:
|
||||
- btelnes
|
||||
|
||||
# command to install dependencies
|
||||
# Note: Keep this to avoid "Could not locate requirements.txt. Override the install: key in your .travis.yml to install dependencies"
|
||||
install:
|
||||
|
||||
before_install:
|
||||
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
|
||||
- docker pull btelnes/devstack
|
||||
|
|
Загрузка…
Ссылка в новой задаче