dump shasum

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