Skip to content

Commit

Permalink
Merge pull request #305 from idealista/bugs/300
Browse files Browse the repository at this point in the history
#300 fixed travis bug in job
  • Loading branch information
santi-eidu authored Aug 16, 2022
2 parents f2d1664 + 548b5e3 commit ffdcb69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
skip_existing: true
- stage: Deploy to DockerHub
before_deploy:
- cd ../..
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
- docker build -t prom2teams .
- docker tag prom2teams $DOCKER_USERNAME/prom2teams:latest
Expand Down

0 comments on commit ffdcb69

Please sign in to comment.