Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
ossec-cookbook
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
mirror
ossec-cookbook
Commits
cbae8874
Unverified
Commit
cbae8874
authored
Jan 31, 2019
by
Dan Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove .travis.yml and rename kitchen files
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