mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-12 04:08:30 +01:00
Ensure stack version and stack-yaml are in digest
This commit is contained in:
parent
7e6bdedd9c
commit
0bd7556180
@ -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