Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
ecfcbbae
Commit
ecfcbbae
authored
Jun 04, 2021
by
Guilhem Saurel
Browse files
workaround dockering
parent
c934f913
Pipeline
#14813
failed with stage
in 53 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
rainboard/models.py
View file @
ecfcbbae
...
...
@@ -148,6 +148,8 @@ class Forge(Links, NamedModel):
def
get_namespaces_gitlab
(
self
):
for
data
in
self
.
api_list
(
'/namespaces'
):
if
data
[
'name'
]
==
'dockering'
:
continue
Namespace
.
objects
.
get_or_create
(
slug
=
slugify
(
data
[
'path'
]),
defaults
=
{
'name'
:
data
[
'name'
],
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment