Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nigel Kukard
smradius
Commits
5b5115e0
Commit
5b5115e0
authored
Sep 11, 2016
by
Nigel Kukard
Browse files
More CI updates
parent
51914cc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5b5115e0
...
...
@@ -2,8 +2,8 @@ stages:
-
codequality
-
tests
publish
:
stage
:
code
quality
quality
:
stage
:
code
script
:
-
DEBIAN_FRONTEND=noninteractive
-
apt-get update
...
...
@@ -11,7 +11,7 @@ publish:
-
apt-get install -y libperl-critic-perl
-
perlcritic --gentle "$CI_PROJECT_DIR"
publish
:
tests
:
stage
:
tests
script
:
-
DEBIAN_FRONTEND=noninteractive
...
...
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