Skip to content
Snippets Groups Projects
Commit 6c6b42a3 authored by Donghee Kang's avatar Donghee Kang
Browse files

Update migration_group_import_only.py

parent 0bba44f3
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
"""\
Import a group from source(pilot) GitLab to new GitLab
Usage: migration_group_import_only.py
Author: Donghee Kang
Email : donghee.kang@kit.edu
"""
import gitlab
import os
import sys
......@@ -113,4 +122,4 @@ if __name__ == "__main__":
# let's start collecting project information
migration_accessor = migration()
migration_accessor.import_projects()
\ No newline at end of file
migration_accessor.import_projects()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment