From b2279eead0327b71a9aa3cecf9e52ca9e1d2fbe9 Mon Sep 17 00:00:00 2001 From: Javier Cortejoso Date: Mon, 2 Oct 2023 10:28:42 +0200 Subject: [PATCH] action wip --- .github/workflows/circleci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/circleci.yml b/.github/workflows/circleci.yml index 243c2c5f5..1c8921557 100644 --- a/.github/workflows/circleci.yml +++ b/.github/workflows/circleci.yml @@ -70,7 +70,6 @@ jobs: id: node-checksums run: | find . -maxdepth 5 -type f -name 'package.json' -not -path "*node_modules*" -print0 | sort -z | xargs -0 cat > $RUNNER_TEMP/package.checksum - find ./patches -type f -name '*.patch' -print0 | sort -z | xargs -0 cat >> $RUNNER_TEMP/package.checksum echo "PACKAGE_JSON_CHECKSUM=$(md5sum $RUNNER_TEMP/package.checksum | cut -f1 -d' ')" echo "PACKAGE_JSON_CHECKSUM=$(md5sum $RUNNER_TEMP/package.checksum | cut -f1 -d' ')" >> "$GITHUB_OUTPUT" - name: Restore node cache