mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
Ensure stack version and stack-yaml are in digest
This commit is contained in:
parent
f1cf1d82ab
commit
4fd868e3ae
@ -14,7 +14,10 @@ references:
|
||||
- run:
|
||||
name: Digest
|
||||
command: |
|
||||
echo -- "$STACK_ARGUMENTS" > rdigest
|
||||
{
|
||||
stack --version
|
||||
echo -- "$STACK_YAML/$STACK_ARGUMENTS"
|
||||
} > rdigest
|
||||
git ls-files | xargs md5sum > sdigest
|
||||
- restore_cache:
|
||||
keys:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user