Skip to content
Snippets Groups Projects
Commit 1664cdf2 authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Add fetch workaround for B6 until we push it to dkrz.

parent 25e9532a
No related branches found
No related tags found
1 merge request!9Build only
Pipeline #19255 passed
...@@ -93,6 +93,9 @@ class IconNwp(Package): ...@@ -93,6 +93,9 @@ class IconNwp(Package):
password = token password = token
url = "{}://{}:{}@{}/{}".format(parsed.scheme, user, password, parsed.netloc, parsed.path) url = "{}://{}:{}@{}/{}".format(parsed.scheme, user, password, parsed.netloc, parsed.path)
if self.spec.version == Version("w2w-B6"):
url = "ssh://git@gitlab.physik.uni-muenchen.de/w2w/icon-w2w.git"
self.fetcher[0].url = self.git = url self.fetcher[0].url = self.git = url
super(IconNwp, self).do_fetch(mirror_only) super(IconNwp, self).do_fetch(mirror_only)
......
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