Skip to content

Commit

Permalink
Merge pull request #105 from myii/feat/use-default-matrix-for-django-…
Browse files Browse the repository at this point in the history
…formula

feat(django): use default matrix after `centos-6` image fix
  • Loading branch information
myii authored Nov 27, 2019
2 parents 6d5ec07 + bafdf12 commit fe534fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length
title: 'feat(semantic-release): implement for this formula'
body: '* Automated using https://github.com/myii/ssf-formula/pull/103'
title: 'ci(travis): use default matrix after `centos-6` image fix'
body: '* Automated using https://github.com/myii/ssf-formula/pull/105'
# yamllint enable rule:line-length
github:
owner: 'saltstack-formulas'
Expand Down
9 changes: 0 additions & 9 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -553,15 +553,6 @@ ssf:
state_top:
- '*':
- .pip
platforms_matrix:
# [os , os_ver, salt_ver, py_ver, inspec_suite]
- [debian , 10 , master, 3, default]
- [ubuntu , 18.04, 2019.2, 3, default]
- [centos , 8 , 2019.2, 3, default]
- [opensuse/leap, 15.1 , 2019.2, 3, default]
- [fedora , 30 , 2018.3, 3, default]
- [arch-base , latest, 2018.3, 2, default]
- [amazonlinux , 2 , 2017.7, 2, default]
semrel_files: *semrel_files_default
docker:
context:
Expand Down

0 comments on commit fe534fd

Please sign in to comment.