Skip to content

Commit

Permalink
changelog v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose committed May 22, 2019
1 parent a7c4ad2 commit e9aa492
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog).

## [Unreleased](https://github.com/idealista/airflow-role/tree/develop)

## [1.7.4](https://github.com/idealista/airflow-role/tree/1.7.4)
[Full Changelog](https://github.com/idealista/airflow-role/compare/1.7.3...1.7.4)
### Fixed
- *[#47](https://github.com/idealista/airflow-role/issues/50) Fix deprecation warning from jinja templates @adrimarteau

Expand Down
2 changes: 1 addition & 1 deletion molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
register: test_files

- name: Execute Goss tests
command: "{{ goss_dst }} -g {{ item }} validate --format {{ goss_format }} --retry-timeout 2"
command: "{{ goss_dst }} -g {{ item }} validate --format {{ goss_format }} --retry-timeout 2s"
register: test_results
with_items: "{{ test_files.stdout_lines }}"

Expand Down

0 comments on commit e9aa492

Please sign in to comment.