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
Gepetto
dashboard
Commits
36efecc3
Commit
36efecc3
authored
Mar 28, 2018
by
Guilhem Saurel
Browse files
eur0c → gepgitlab
parent
d7a1c76e
Changes
1
Hide whitespace changes
Inline
Side-by-side
rainboard/migrations/0002_forges_groups.py
View file @
36efecc3
...
...
@@ -11,7 +11,7 @@ from rainboard.utils import SOURCES
def
forges
(
apps
,
schema_editor
):
Forge
=
apps
.
get_model
(
'rainboard'
,
'Forge'
)
Forge
.
objects
.
create
(
name
=
'Gitlab'
,
source
=
SOURCES
.
gitlab
,
url
=
'https://
eur0c
.laas.fr'
,
verify
=
False
,
Forge
.
objects
.
create
(
name
=
'Gitlab'
,
source
=
SOURCES
.
gitlab
,
url
=
'https://
gepgitlab
.laas.fr'
,
token
=
os
.
getenv
(
'GITLAB_TOKEN'
))
Forge
.
objects
.
create
(
name
=
'Github'
,
source
=
SOURCES
.
github
,
url
=
'https://github.com'
,
token
=
os
.
getenv
(
'GITHUB_TOKEN'
))
...
...
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