mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
fix(module): prevent parameter expansion when generating pipeline config
This commit is contained in:
parent
fa6c098e02
commit
36c4fc0fd6
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@
|
||||||
# respectively)
|
# respectively)
|
||||||
toYaml = name: value:
|
toYaml = name: value:
|
||||||
pkgs.runCommand name {} ''
|
pkgs.runCommand name {} ''
|
||||||
cat <<EOT >> $out
|
cat <<'EOT' > $out
|
||||||
${builtins.toJSON value}
|
${builtins.toJSON value}
|
||||||
EOT
|
EOT
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue