Revert "gitlab-runner: apply patch for file variable handling"

This reverts commit f99787269a.
This commit is contained in:
Leona Maroni
2025-11-26 20:50:27 +01:00
parent d8d7fee181
commit c4e4d9b3ea
@@ -4,7 +4,6 @@
bash,
buildGoModule,
fetchFromGitLab,
fetchpatch,
nix-update-script,
versionCheckHook,
}:
@@ -28,12 +27,6 @@ buildGoModule (finalAttrs: {
patches = [
./fix-shell-path.patch
./remove-bash-test.patch
# fix regression. remove with next release.
(fetchpatch {
name = "fix-shell-executor-not-working-with-variables-that-use-file-variables.patch";
url = "https://gitlab.com/gitlab-org/gitlab-runner/-/commit/6318fe8e38ca9774eb0f52fa2c68555cdad3ab44.patch";
hash = "sha256-GTdBo+7kHHpNs6JywjOII4NBcHjFYEZ3xhdGTcGKov4=";
})
];
prePatch = ''