File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ notifications:
4747 - https://galaxy.ansible.com/api/v1/notifications/
4848deploy :
4949 provider : script
50- script : packer build packer/template.json
50+ script : JDK_VENDOR=${JDK_VENDOR:-openjdk} packer build packer/template.json
5151 on :
5252 branch : master
5353 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
44
55## [ Unreleased] ( https://github.com/idealista/java_role/tree/develop )
66
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
711
812## [ 6.1.0] ( https://github.com/idealista/java_role/tree/6.1.0 ) (2020-09-11)
913[ 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