scripts:release_info: Deep copy dict in merge_variables
Without the deep copy, the merge operation manipulates the dict it is storing the new values in.
Edited by Tobias Kahlki
Hi all, Gitlab will be set in maintenance mode on Friday 29/11/2024 from 08:45 AM CET with the intention of finishing by the 10:45 PM CET of Friday 29/11/2024
Without the deep copy, the merge operation manipulates the dict it is storing the new values in.