depot/nix/pkgs/secretsync
Luke Granger-Brown 823eab4775 secretsync: escape $ in variable content
GitLab doesn't treat $ as literals in file content, which means that it
tries to do variable interpolation.

This is bad and annoying, because e.g. password hashes tend to contain $,
so they get variable-interpolated and thus corrupted.

Fix this by escaping $ on input to GitLab.
2020-05-10 12:11:26 +01:00
..
default.nix secretsync: add concept of manifest variable 2020-05-09 14:26:54 +01:00
go.mod secretsync: add 2020-05-09 12:45:13 +01:00
go.sum secretsync: add 2020-05-09 12:45:13 +01:00
secretsync.go secretsync: escape $ in variable content 2020-05-10 12:11:26 +01:00