Skip to content

Commit ac2baea

Browse files
committed
Update. Circle-ci config for new directory structure
1 parent 425bc09 commit ac2baea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Download and cache dependencies
2424
- restore_cache:
2525
keys:
26-
- v1-dependencies-{{ checksum "fpga/build.sbt" }}
26+
- v1-dependencies-{{ checksum "build.sbt" }}
2727
# fallback to using the latest cache if no exact match is found
2828
- v1-dependencies-
2929

@@ -32,9 +32,8 @@ jobs:
3232
- save_cache:
3333
paths:
3434
- ~/.m2
35-
key: v1-dependencies--{{ checksum "fpga/build.sbt" }}
35+
key: v1-dependencies--{{ checksum "build.sbt" }}
3636

3737
# run tests!
3838
- run:
3939
command: cat /dev/null | sbt test:test
40-
working_directory: fpga/

0 commit comments

Comments
 (0)