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
b2ea9e2f
Commit
b2ea9e2f
authored
Nov 06, 2019
by
Mark E. Schill
Committed by
John Roesler
Nov 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds final step to circleci builds (#127)
parent
22caf2b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
.circleci/config.yml
.circleci/config.yml
+18
-0
No files found.
.circleci/config.yml
View file @
b2ea9e2f
---
jobs
:
final
:
docker
:
-
image
:
bash:latest
steps
:
-
run
:
name
:
Finish cooking
command
:
echo "Finished cooking"
lint_and_unit
:
&lint_and_unit
-
delivery
-
danger
...
...
@@ -51,3 +59,13 @@ workflows:
name
:
server-ubuntu-1804
suite
:
server-ubuntu-1804
requires
:
*lint_and_unit
-
final
:
requires
:
-
client-debian-8
-
client-centos-7
-
client-ubuntu-1604
-
client-ubuntu-1804
-
server-debian-8
-
server-centos-7
-
server-ubuntu-1604
-
server-ubuntu-1804
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