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 dd70e81
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ 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
- ./frontend/src/test/resources/cross-test-build-1.0/bloop-config
- ./frontend/src/test/resources/cross-test-build-1.0/target/generation-cache-file
volumes:
- /cache:/cache
cache_key: [ DRONE_REPO_OWNER, DRONE_REPO_NAME, DRONE_BRANCH ]
Expand Down Expand Up @@ -196,6 +200,10 @@ 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
- ./frontend/src/test/resources/cross-test-build-1.0/bloop-config
- ./frontend/src/test/resources/cross-test-build-1.0/target/generation-cache-file
volumes:
- /cache:/cache
cache_key: [ DRONE_REPO_OWNER, DRONE_REPO_NAME, DRONE_BRANCH ]

0 comments on commit dd70e81

Please sign in to comment.