Skip to content

Commit b3d5ad6

Browse files
authored
Merge pull request #145 from idealista/hotfix/release6-1-1
Merge Hotfix/release6 1 1
2 parents 2dea99f + 24515af commit b3d5ad6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ notifications:
4747
- https://galaxy.ansible.com/api/v1/notifications/
4848
deploy:
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

CHANGELOG.md

+4
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)