BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
9df2613a
Commit
9df2613a
authored
May 22, 2016
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix knapsack usage
parent
e275b6d2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
Gemfile.lock
Gemfile.lock
+1
-1
Rakefile
Rakefile
+1
-1
No files found.
.gitlab-ci.yml
View file @
9df2613a
...
...
@@ -50,7 +50,7 @@ prepare:
-
JOB_NAME=( $CI_BUILD_NAME )
-
export CI_NODE_INDEX=${JOB_NAME[1]}
-
export CI_NODE_TOTAL=${JOB_NAME[2]}
-
knapsack ${JOB_NAME[0]}
-
knapsack
-gitlab
${JOB_NAME[0]}
.exec
:
&exec
stage
:
test
...
...
Gemfile.lock
View file @
9df2613a
...
...
@@ -358,7 +358,7 @@ GEM
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
kgio (2.10.0)
knapsack-gitlab (1.9.
0
)
knapsack-gitlab (1.9.
2
)
rake
timecop (>= 0.1.0)
launchy (2.4.3)
...
...
Rakefile
View file @
9df2613a
...
...
@@ -3,7 +3,7 @@
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require
File
.
expand_path
(
'../config/application'
,
__FILE__
)
require
'knapsack'
require
'knapsack
-gitlab
'
relative_url_conf
=
File
.
expand_path
(
'../config/initializers/relative_url'
,
__FILE__
)
require
relative_url_conf
if
File
.
exist?
(
"
#{
relative_url_conf
}
.rb"
)
...
...
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