Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
psvg.doc.ic.ac.uk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xr119
psvg.doc.ic.ac.uk
Commits
75db21b1
Commit
75db21b1
authored
7 years ago
by
Thomas Wood
Browse files
Options
Downloads
Patches
Plain Diff
Make the test output shorter and more readable
[ci skip]
parent
dc604c05
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
75db21b1
...
...
@@ -27,7 +27,7 @@ test:
stage
:
test
before_script
:
*before_script
script
:
-
bundle exec rake test
-
bundle exec rake
-s --suppress-backtrace .
test
except
:
-
triggers
...
...
@@ -36,7 +36,7 @@ deploy:
environment
:
production
before_script
:
*before_script
script
:
-
bundle exec rake deploy
-
bundle exec rake
-s --suppress-backtrace .
deploy
tags
:
-
doc
only
:
...
...
@@ -48,7 +48,7 @@ deploy:
deadlinks
:
stage
:
deploy
script
:
-
bundle exec rake testlinks
-
bundle exec rake
-s --suppress-backtrace .
testlinks
allow_failure
:
true
except
:
-
triggers
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment