Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
erlang
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mirror
erlang
Commits
21a35064
Commit
21a35064
authored
Mar 09, 2017
by
Seth Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hope this fixes an additional phantom build
Signed-off-by:
Seth Thomas
<
sthomas@chef.io
>
parent
aae614b6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
.travis.yml
.travis.yml
+3
-5
No files found.
.travis.yml
View file @
21a35064
...
...
@@ -35,16 +35,14 @@ env:
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
:
-
before_script
:
-
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
:
-
/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