Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
ec3417904f8b
Commit
0af2a161
authored
Jan 19, 2015
by
Dmitriy Zaporozhets
Browse files
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
parents
81fe6ae473e9
3fc506c9fa68
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/tasks/gitlab/import.rake
View file @
ec341790
...
@@ -66,6 +66,7 @@ namespace :gitlab do
...
@@ -66,6 +66,7 @@ namespace :gitlab do
puts
" * Created
#{
project
.
name
}
(
#{
repo_path
}
)"
.
green
puts
" * Created
#{
project
.
name
}
(
#{
repo_path
}
)"
.
green
else
else
puts
" * Failed trying to create
#{
project
.
name
}
(
#{
repo_path
}
)"
.
red
puts
" * Failed trying to create
#{
project
.
name
}
(
#{
repo_path
}
)"
.
red
puts
" Validation Errors:
#{
project
.
errors
.
messages
}
"
.
red
end
end
end
end
end
end
...
...
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