Skip to content

Commit

Permalink
Avoid regeneration of configuration files of test project
Browse files Browse the repository at this point in the history
  • Loading branch information
jvican committed Nov 13, 2018
1 parent 4511cbd commit 292617c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ pipeline:
- /drone/.coursier
- /drone/.sbt
- /drone/.dodo
- ./frontend/src/test/resources/cross-test-build-0.6/bloop-config
- ./frontend/src/test/resources/cross-test-build-0.6/target/generation-cache-file
volumes:
- /cache:/cache
cache_key: [ DRONE_REPO_OWNER, DRONE_REPO_NAME, DRONE_BRANCH ]
Expand Down Expand Up @@ -196,6 +198,8 @@ pipeline:
- /drone/.coursier
- /drone/.sbt
- /drone/.dodo
- ./frontend/src/test/resources/cross-test-build-0.6/bloop-config
- ./frontend/src/test/resources/cross-test-build-0.6/target/generation-cache-file
volumes:
- /cache:/cache
cache_key: [ DRONE_REPO_OWNER, DRONE_REPO_NAME, DRONE_BRANCH ]

0 comments on commit 292617c

Please sign in to comment.