Skip to content

Commit

Permalink
check for identity config sha in zarf cache
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanHoladay committed May 9, 2024
1 parent 9f63f50 commit 2ae492e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tasks:
- task: create:standard-package
- cmd: |
echo "CHECKING identity config sha"
ls ~/.zarf-cache/images | grep sha256:09b8183c2dc4b95134ae4933d0d46be5955a4d21d19b64359dd4a09bab60d4c4
ls ~/.zarf-cache/images | grep sha256:09b8183c2dc4b95134ae4933d0d46be5955a4d21d19b64359dd4a09bab60d4c4 || true
- task: create:slim-dev-package
- cmd: |
echo "CHECKING Zarf Cache"
Expand Down

0 comments on commit 2ae492e

Please sign in to comment.