We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b516f47 commit 124f5cfCopy full SHA for 124f5cf
1 file changed
.travis.yml
@@ -30,7 +30,7 @@ matrix:
30
after_success:
31
- docker push $REGISTRY/api:$VERSION
32
- docker push $REGISTRY/background:$VERSION
33
- - language: minimal # Build on tag
+ - language: generic # Build on tag
34
env:
35
- REGISTRY=docker.pkg.github.com/bitmark-inc/spring-app-api
36
services:
@@ -49,7 +49,8 @@ matrix:
49
- docker push $API_DOCKER_IMG
50
- docker push $BACKGROUND_DOCKER_IMG
51
before_deploy:
52
- - sudo apt-get install jshon
+ - sudo apt-get update
53
+ - travis_retry sudo apt-get install -y jshon
54
- echo $RELEASE_BODY
55
- export BODY=$(jshon -s "$RELEASE_BODY")
56
deploy:
0 commit comments