mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
dump shasum
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user