Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
set -ex
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Mar 12, 2020
1 parent 14aa978 commit 5295bb2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion molecule/centos-7/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ platforms:
- 'volume_cache = "none"'
- 'storage :file, bus: "virtio", cache: "none"'
lint: |
set -e
set -ex
yamllint .
ansible-lint
flake8
Expand Down
2 changes: 1 addition & 1 deletion molecule/redhat-7/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ platforms:
- 'volume_cache = "none"'
- 'storage :file, bus: "virtio", cache: "none"'
lint: |
set -e
set -ex
yamllint .
ansible-lint
flake8
Expand Down
2 changes: 1 addition & 1 deletion molecule/suse-15/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ platforms:
- 'volume_cache = "none"'
- 'storage :file, bus: "sata", cache: "none"'
lint: |
set -e
set -ex
yamllint .
ansible-lint
flake8
Expand Down
2 changes: 1 addition & 1 deletion molecule/ubuntu-16.04/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ platforms:
- 'volume_cache = "none"'
- 'storage :file, bus: "virtio", cache: "none"'
lint: |
set -e
set -ex
yamllint .
ansible-lint
flake8
Expand Down
2 changes: 1 addition & 1 deletion molecule/ubuntu-18.04/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ platforms:
- 'volume_cache = "none"'
- 'storage :file, bus: "virtio", cache: "none"'
lint: |
set -e
set -ex
yamllint .
ansible-lint
flake8
Expand Down
2 changes: 1 addition & 1 deletion molecule/ubuntu-19.10/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ platforms:
- 'volume_cache = "none"'
- 'storage :file, bus: "virtio", cache: "none"'
lint: |
set -e
set -ex
yamllint .
ansible-lint
flake8
Expand Down

0 comments on commit 5295bb2

Please sign in to comment.