Skip to content

Commit 10ad489

Browse files
committed
updated script
1 parent 4fe23ac commit 10ad489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
after_success:
1515
- if [ $DOCKER_HUB_USERNAME ]; then
1616
docker login --email=$DOCKER_HUB_EMAIL --username=$DOCKER_HUB_USERNAME --password=$DOCKER_HUB_PASSWORD;
17-
17+
docker build -t swaggerapi/swagger-ui .;
1818
if [ "$TRAVIS_TAG" == "master" ]; then
1919
docker tag $DOCKER_IMAGE_NAME:latest;
2020
else

0 commit comments

Comments
 (0)