-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from dafyddj/fix_systemd
Fix systemd unit file, file backend, generating self-signed cert, upgrade process
- Loading branch information
Showing
18 changed files
with
459 additions
and
312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
sudo: required | ||
|
||
language: ruby | ||
cache: bundler | ||
|
||
services: | ||
- docker | ||
|
||
|
||
before_install: | ||
- bundle install | ||
- gem install bundler --no-document | ||
|
||
env: | ||
- PLATFORM=ubuntu | ||
- PLATFORM=centos | ||
- PLATFORM=amazon | ||
|
||
script: bundle exec kitchen verify | ||
script: bundle exec kitchen test ${PLATFORM} |
Oops, something went wrong.