Skip to content

Commit a2ffeb7

Browse files
Merge pull request #1068 from zhaoqin-github/dockerhub-pike
Login docker hub with an id under f5devcentral org
2 parents 23641aa + 63c520a commit a2ffeb7

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)