Skip to content

Commit 63c520a

Browse files
Login docker hub with an id under f5devcentral org
1 parent 23641aa commit 63c520a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ python:
1515
before_install:
1616
- git config --global user.email "OpenStack_TravisCI@f5.com"
1717
- git config --global user.name "Travis F5 Openstack"
18+
- echo "$DOCKERHUB_TOKEN" | docker login -u "$DOCKERHUB_ID" --password-stdin
1819
- docker pull f5devcentral/containthedocs:latest
1920
install:
2021
- pip install hacking==1.1.0 pytest coverage

0 commit comments

Comments
 (0)