Skip to content
Snippets Groups Projects
Commit fd2c7bb6 authored by Manoel Römmer's avatar Manoel Römmer :rage:
Browse files

Use https instead of git for forma sources

parent 477ef1c0
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ local_forma_archive_filename = f"forma_archive_{version}.tar.gz" ...@@ -13,7 +13,7 @@ local_forma_archive_filename = f"forma_archive_{version}.tar.gz"
sources = [{ sources = [{
'filename': local_forma_archive_filename, 'filename': local_forma_archive_filename,
'git_config': { 'git_config': {
'url': 'git@gitlab.jsc.fz-juelich.de:deep-sea/wp3/software', 'url': 'https://gitlab.jsc.fz-juelich.de/deep-sea/wp3/software',
'repo_name': 'forma', 'repo_name': 'forma',
'recursive': True, 'recursive': True,
'tag': 'v' + version, 'tag': 'v' + version,
......
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