Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
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
Changes
3
Show 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:
...
@@ -50,7 +50,7 @@ prepare:
-
JOB_NAME=( $CI_BUILD_NAME )
-
JOB_NAME=( $CI_BUILD_NAME )
-
export CI_NODE_INDEX=${JOB_NAME[1]}
-
export CI_NODE_INDEX=${JOB_NAME[1]}
-
export CI_NODE_TOTAL=${JOB_NAME[2]}
-
export CI_NODE_TOTAL=${JOB_NAME[2]}
-
knapsack ${JOB_NAME[0]}
-
knapsack
-gitlab
${JOB_NAME[0]}
.exec
:
&exec
.exec
:
&exec
stage
:
test
stage
:
test
...
...
Gemfile.lock
View file @
9df2613a
...
@@ -358,7 +358,7 @@ GEM
...
@@ -358,7 +358,7 @@ GEM
actionpack (>= 3.0.0)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
activesupport (>= 3.0.0)
kgio (2.10.0)
kgio (2.10.0)
knapsack-gitlab (1.9.
0
)
knapsack-gitlab (1.9.
2
)
rake
rake
timecop (>= 0.1.0)
timecop (>= 0.1.0)
launchy (2.4.3)
launchy (2.4.3)
...
...
Rakefile
View file @
9df2613a
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require
File
.
expand_path
(
'../config/application'
,
__FILE__
)
require
File
.
expand_path
(
'../config/application'
,
__FILE__
)
require
'knapsack'
require
'knapsack
-gitlab
'
relative_url_conf
=
File
.
expand_path
(
'../config/initializers/relative_url'
,
__FILE__
)
relative_url_conf
=
File
.
expand_path
(
'../config/initializers/relative_url'
,
__FILE__
)
require
relative_url_conf
if
File
.
exist?
(
"
#{
relative_url_conf
}
.rb"
)
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