Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 11996fb

Browse files
authored
Update error in CircleCI docs
1 parent 29c39ab commit 11996fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CircleCI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Most importantly, the `~/.stack-work` directories for HIE as well as every submo
2121

2222
Before restoring any cache, the CircleCI job creates three files and uses their checksum to detect any changes:
2323

24-
1. `all-cabal.txt` detects any changes to `.cabal` files (in submodules too)
24+
1. `all-cabal.txt` detects any changes to `.cabal` files (not in submodules or test data)
2525
2. `stack-build.txt` detects any changes to the `stack-x.y.z` file
2626
3. `resolver.txt` detects any changes to the stack resolver
2727

@@ -38,4 +38,4 @@ Each job will tries to restore the most specific cache avaialble for it, and fal
3838
3939
## Invalidating the cache
4040
41-
If you need to clear the cache on CircleCI, bump the `$HIE_CACHE` environment variable via the CircleCI web interface and rerun the workflow.
41+
If you need to clear the cache on CircleCI, bump the `$HIE_CACHE` environment variable via the CircleCI web interface and rerun the workflow.

0 commit comments

Comments
 (0)