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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
0ff5299b
Commit
0ff5299b
authored
Mar 06, 2018
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move the gitlab:artifacts:migrate rake task
parent
ff2260d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
ee/lib/tasks/gitlab/artifacts/migrate.rake
ee/lib/tasks/gitlab/artifacts/migrate.rake
+0
-0
ee/spec/tasks/gitlab/artifacts/migrate_rake_spec.rb
ee/spec/tasks/gitlab/artifacts/migrate_rake_spec.rb
+1
-1
No files found.
ee/lib/tasks/gitlab/artifacts.rake
→
ee/lib/tasks/gitlab/artifacts
/migrate
.rake
View file @
0ff5299b
File moved
ee/spec/tasks/gitlab/artifacts_rake_spec.rb
→
ee/spec/tasks/gitlab/artifacts
/migrate
_rake_spec.rb
View file @
0ff5299b
...
...
@@ -2,7 +2,7 @@ require 'rake_helper'
describe
'gitlab:artifacts namespace rake task'
do
before
(
:context
)
do
Rake
.
application
.
rake_require
'tasks/gitlab/artifacts'
Rake
.
application
.
rake_require
'tasks/gitlab/artifacts
/migrate
'
end
let
(
:object_storage_enabled
)
{
false
}
...
...
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