From fc84d82a6ec8b3e23e29d06a582ca0d8935003d6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 18 Feb 2025 14:12:49 +0100 Subject: [PATCH] Lint --- .github/workflows/onpush_builder.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/onpush_builder.yaml b/.github/workflows/onpush_builder.yaml index e2240225d..4a3b64e57 100644 --- a/.github/workflows/onpush_builder.yaml +++ b/.github/workflows/onpush_builder.yaml @@ -136,8 +136,6 @@ jobs: target="$(readlink -f "$link")" # Remove the symlink rm "$link" -   - # Copy the file or directory in place if [ -d "$target" ]; then cp -R "$target" "$link" else