Skip to content

Commit

Permalink
Disabled Fedora testing
Browse files Browse the repository at this point in the history
- Does not work as of right now
  • Loading branch information
mrlesmithjr committed Feb 25, 2020
1 parent 4608770 commit 3cf1e30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
# molecule test --scenario-name debian8
molecule test --scenario-name debian9
molecule test --scenario-name debian10
molecule test --scenario-name fedora
# molecule test --scenario-name fedora
molecule test --scenario-name ubuntu1604
molecule test --scenario-name ubuntu1804
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ molecule:
# - molecule test --scenario-name debian8
- molecule test --scenario-name debian9
- molecule test --scenario-name debian10
- molecule test --scenario-name fedora
# - molecule test --scenario-name fedora
- molecule test --scenario-name ubuntu1604
- molecule test --scenario-name ubuntu1804
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ script:
# - molecule test --scenario-name debian8
- molecule test --scenario-name debian9
- molecule test --scenario-name debian10
- molecule test --scenario-name fedora
# - molecule test --scenario-name fedora
- molecule test --scenario-name ubuntu1604
- molecule test --scenario-name ubuntu1804
notifications:
Expand Down

0 comments on commit 3cf1e30

Please sign in to comment.