Skip to content
Snippets Groups Projects
Commit 92d73fdf authored by stuebinm's avatar stuebinm
Browse files

need rc3_21 slug in inter-assembly-links

parent 5970aaec
No related branches found
No related tags found
No related merge requests found
Pipeline #10526 passed
...@@ -137,7 +137,7 @@ patchConfig config p = config' ...@@ -137,7 +137,7 @@ patchConfig config p = config'
assemblysubst = \case assemblysubst = \case
DomainSubstitution subst scope -> DomainSubstitution subst scope ->
DomainSubstitution (subst <> M.fromList generated) scope DomainSubstitution (subst <> M.fromList generated) scope
where generated = (\slug -> (slug, "/@/"<>slug)) <$> configAssemblies config' where generated = (\slug -> (slug, "/@/rc3_21/"<>slug)) <$> configAssemblies config'
other -> other other -> other
instance (FromJSON (LintConfig a)) => Argument (LintConfig a) where instance (FromJSON (LintConfig a)) => Argument (LintConfig a) where
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment