packages/devel/gitlab-runner/patches/010-test.patch
Jan Pavlinec b7e7d82f5d gitlab-runner: update to version 14.3.2
Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
2022-11-03 11:38:30 +08:00

12 lines
336 B
Diff

--- a/common/buildtest/masking.go
+++ b/common/buildtest/masking.go
@@ -45,7 +45,7 @@ func RunBuildWithMasking(t *testing.T, c
buf.Finish()
- contents, err := buf.Bytes(0, math.MaxInt64)
+ contents, err := buf.Bytes(0, math.MaxInt32)
assert.NoError(t, err)
assert.NotContains(t, string(contents), "MASKED_KEY=MASKED_VALUE")