Skip to content

Commit

Permalink
feat(bind): re-enable fedora
Browse files Browse the repository at this point in the history
* Done alongside fixing InSpec tests not running
  • Loading branch information
myii committed Aug 18, 2019
1 parent 4a78afd commit 9b2c99d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ssf_node_anchors:
# release phase via. `pre-commit_semantic-release.sh`
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
title: 'chore: use `semantic-release` cross-formula standard structure'
body: '* Automated using `ssf-formula` (v0.6.0)'
title: 'ci(travis): re-enable `fedora`'
body: '* Automated using `ssf-formula` (v0.7.0)'
github:
owner: saltstack-formulas
repo: ''
Expand Down
11 changes: 3 additions & 8 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ ssf:
bind:
context:
git:
branch:
pr: bug/fix-tests-not-running
github:
repo: bind-formula
inspec_suites_kitchen:
Expand All @@ -237,14 +239,7 @@ ssf:
- .config
old_ci_files: true
platforms: *platforms_old
platforms_matrix:
# [os , os_ver, salt_ver, py_ver, inspec_suite]
- [debian , 9 , develop, 3, default]
- [ubuntu , 18.04, 2019.2, 3, default]
- [centos , 7 , 2019.2, 3, default]
# - [fedora , 29 , 2018.3, 2, default]
- [opensuse/leap, 42 , 2018.3, 2, default]
- [centos , 6 , 2017.7, 2, default]
platforms_matrix: *platforms_matrix_old
yamllint:
rules:
comments-indentation:
Expand Down

0 comments on commit 9b2c99d

Please sign in to comment.