experimenter/.circleci
Barret Rennie a4159f0fa5
bug(nimbus): Fix update_external_configs (#10698)
Because:

- PR #10691 broke the update_external_configs task by attempting to
append to a read-only file.

This commit:

- fixes the task by copying the file contents to another file with write
permissions and appending to the new file instead.

Fixes #10697
2024-05-14 15:44:54 +00:00
..
config.yml bug(nimbus): Fix update_external_configs (#10698) 2024-05-14 15:44:54 +00:00