Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab-example
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
77
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
swt-ss2017
gitlab-example
Commits
255191c5
There was a problem fetching the latest pipeline status.
Commit
255191c5
authored
7 years ago
by
William Wälde
Browse files
Options
Downloads
Patches
Plain Diff
test
parent
b1617ca1
Branches
Branches containing commit
2 merge requests
!77
Gitlab ci wwld54
,
!64
WIP: Gitlab ci wwld54
Pipeline
#8601
failed with stage
in 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+16
-15
16 additions, 15 deletions
.gitlab-ci.yml
with
16 additions
and
15 deletions
.gitlab-ci.yml
+
16
−
15
View file @
255191c5
test
:
stage
:
test
tags
:
-
nodejs
script
:
-
echo "Test"
jscs
:
stage
:
test
tags
:
-
nodejs
dependencies
:
[]
script
:
-
npm install jscs
-node_modules/jscs/bin/jscs --config .jscsrc src/
\ No newline at end of file
ttest
:
stage
:
test
tags
:
-
nodejs
script
:
-
echo "Test"
jscs
:
stage
:
test
tags
:
-
nodejs
dependencies
:
[]
script
:
-
npm install jscs
-
node_modules/jscs/bin/jscs --config .jscsrc src/
This diff is collapsed.
Click to expand it.
Preview
0%
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