Skip to content

Commit

Permalink
try to resolve travis-ci build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnguyenbitmark committed Feb 6, 2020
1 parent b516f47 commit 124f5cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ matrix:
after_success:
- docker push $REGISTRY/api:$VERSION
- docker push $REGISTRY/background:$VERSION
- language: minimal # Build on tag
- language: generic # Build on tag
env:
- REGISTRY=docker.pkg.github.com/bitmark-inc/spring-app-api
services:
Expand All @@ -49,7 +49,8 @@ matrix:
- docker push $API_DOCKER_IMG
- docker push $BACKGROUND_DOCKER_IMG
before_deploy:
- sudo apt-get install jshon
- sudo apt-get update
- travis_retry sudo apt-get install -y jshon
- echo $RELEASE_BODY
- export BODY=$(jshon -s "$RELEASE_BODY")
deploy:
Expand Down

0 comments on commit 124f5cf

Please sign in to comment.