Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
mirror
ossec-cookbook
Commits
97010472
Unverified
Commit
97010472
authored
Jan 31, 2019
by
Dan Webb
Committed by
GitHub
Jan 31, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove .travis.yml and rename kitchen files (#108)
parent
8075bc45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
42 deletions
+0
-42
.travis.yml
.travis.yml
+0
-42
No files found.
.travis.yml
deleted
100644 → 0
View file @
8075bc45
sudo
:
required
dist
:
trusty
addons
:
apt
:
sources
:
-
chef-current-trusty
packages
:
-
chefdk
# Don't `bundle install` which takes about 1.5 mins
install
:
echo "skip bundle install"
branches
:
only
:
-
master
services
:
docker
env
:
matrix
:
-
INSTANCE=client-ubuntu-1404
-
INSTANCE=client-ubuntu-1604
-
INSTANCE=client-ubuntu-1804
# - INSTANCE=client-centos-6 # TODO: Investigate failing converge for CentOS6
-
INSTANCE=client-centos-7
-
INSTANCE=client-debian-8
before_script
:
-
sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
-
eval "$(/opt/chefdk/bin/chef shell-init bash)"
-
/opt/chefdk/embedded/bin/chef --version
-
/opt/chefdk/embedded/bin/cookstyle --version
-
/opt/chefdk/embedded/bin/foodcritic --version
script
:
KITCHEN_LOCAL_YAML=.kitchen.dokken.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE}
matrix
:
include
:
-
script
:
-
/opt/chefdk/bin/chef exec delivery local all
env
:
UNIT_AND_LINT=1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment