Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gitlab-runner: Fix marshalling of TOML datetimes
As described in nixpkgs#356717, `gitlab-runner` now uses TOML date-time values in its configuration (namely the `token_obtained_at` and `token_expires_at` keys). As there is no JSON syntax for such values, remarshal refuses to serialise them without the `--stringify` flag. Thankfully, `gitlab-runner` seems to accept the stringified values without any complaints, so we can side-step this issue readily.
- Loading branch information