Skip to content

Commit 1235732

Browse files
Apply suggestion from @diafour
Co-authored-by: Ivan Mikheykin <ivan.mikheykin@flant.com> Signed-off-by: Nikita Korolev <141920865+universal-itengineer@users.noreply.github.com>
1 parent 08bfd52 commit 1235732

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/e2e-reusable-pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -976,6 +976,7 @@ jobs:
976976
local delay=10
977977
local manifest
978978
manifest="$(mktemp)"
979+
trap "rm -f \"${manifest}\" || true" RETURN
979980
cat > "$manifest"
980981
981982
for i in $(seq 1 "$count"); do

0 commit comments

Comments
 (0)