Skip to content

Commit

Permalink
Fix travis build (iov-one#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
orkunkl authored Jun 4, 2020
1 parent 424a8fe commit db28cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ script:
release_tag=$( [[ "$TRAVIS_TAG" != "" ]] && echo "yes" || echo "no" );

if [[ $release_latest == "yes" || $release_tag == "yes" ]]; then
make build
make build ;
docker build --pull --tag ${IMAGE_NAME} . ;
fi;

Expand Down

0 comments on commit db28cee

Please sign in to comment.