dump package

This commit is contained in:
Marco Carrozzo
2023-01-20 14:05:46 +01:00
parent 972a9fb1cc
commit 141cb11652
@@ -33,7 +33,7 @@ runs:
- name: download and extract persistent cache artifacts from s3
shell: bash
run: |
cat $GITHUB_WORKSPACE/package-lock.json
HASH=$(cat $GITHUB_WORKSPACE/package-lock.json | shasum | head -c 40)
REMOTE_PATH="adf/build-cache/${HASH}"
if [ -n "${{ inputs.cache-key-suffix }}" ]; then