Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revert(nginx): disable failing instance until upstream issue resolved #342

Merged
merged 1 commit into from
Jul 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length rule:quoted-strings
title: "ci(kitchen.vagrant.yml): disable FreeBSD until pre-salted boxes updated"
body: '* Automated using https://github.com/myii/ssf-formula/pull/341'
title: "ci(gitlab-ci): enable instance after upstream issue resolved [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/342'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
Expand Down
6 changes: 1 addition & 5 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2866,11 +2866,7 @@ ssf:
- [debian , 0 , master, 0, '']
# # - [ubuntu , 0 , master, 0, default]
- [ubuntu , 0 , master, 0, '']
# # Use this again when the `passenger` issue is resolved
# # https://github.com/phusion/passenger/issues/2364#issuecomment-866313663
# # - [centos , 0 , master, 0, '']
- [centos , 8 , master, 0, '']
- [centos , 7 , master, 0, default]
- [centos , 0 , master, 0, '']
- [fedora , 0 , master, 0, default]
- [opensuse/leap, 0 , master, 0, default]
- [opensuse/tmbl, 0 , master, 0, default]
Expand Down