File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ notifications:
47
47
- https://galaxy.ansible.com/api/v1/notifications/
48
48
deploy :
49
49
provider : script
50
- script : packer build packer/template.json
50
+ script : JDK_VENDOR=${JDK_VENDOR:-openjdk} packer build packer/template.json
51
51
on :
52
52
branch : master
53
53
tags : true
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch
4
4
5
5
## [ Unreleased] ( https://github.com/idealista/java_role/tree/develop )
6
6
7
+ ## [ 6.1.1] ( https://github.com/idealista/java_role/tree/6.1.1 ) (2020-09-11)
8
+ [ Full Changelog] ( https://github.com/idealista/java_role/compare/6.1.0...6.1.1 )
9
+ ### Fixed
10
+ - * Fix travis jobs not deploying images to dockerhub.* @vicsufer
7
11
8
12
## [ 6.1.0] ( https://github.com/idealista/java_role/tree/6.1.0 ) (2020-09-11)
9
13
[ Full Changelog] ( https://github.com/idealista/java_role/compare/6.0.0...6.1.0 )
You can’t perform that action at this time.
0 commit comments