Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Tasks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Arkindex
Tasks
Merge requests
!356
GitLab migration
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
GitLab migration
migrate-gitlab-teklia
into
master
Overview
0
Commits
5
Pipelines
5
Changes
8
Merged
Erwan Rouchet
requested to merge
migrate-gitlab-teklia
into
master
1 year ago
Overview
0
Commits
5
Pipelines
5
Changes
8
Expand
Requires migrating
https://gitlab.com/teklia/apistar
to
https://gitlab.teklia.com/arkindex/apistar
0
0
Merge request reports
Compare
master
version 4
679abe54
1 year ago
version 3
8843c668
1 year ago
version 2
d272c235
1 year ago
version 1
4bf2e249
1 year ago
master (base)
and
latest version
latest version
2320f953
5 commits,
1 year ago
version 4
679abe54
4 commits,
1 year ago
version 3
8843c668
3 commits,
1 year ago
version 2
d272c235
2 commits,
1 year ago
version 1
4bf2e249
1 commit,
1 year ago
8 files
+
29
−
19
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
arkindex_tasks/import_git/worker.py
+
1
−
1
Options
@@ -104,7 +104,7 @@ class GitWorkerImport(object):
body
=
{
"
slug
"
:
f
"
docker_build_
{
slug
}
"
,
"
parents
"
:
[
os
.
environ
[
"
PONOS_TASK
"
]],
"
image
"
:
f
"
registry.gitlab.
com/
teklia/arkindex/tasks:
{
__version__
}
"
,
"
image
"
:
f
"
registry.gitlab.teklia
.com
/arkindex/tasks:
{
__version__
}
"
,
"
command
"
:
f
"
python -m arkindex_tasks.build_worker_version
{
version_ids
}
"
,
"
has_docker_socket
"
:
True
,
},
Loading