Skip to content

Commit

Permalink
CircleCI debugging: maybe delete cache?
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjoseph committed Sep 4, 2019
1 parent b398500 commit 976844e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Expand Up @@ -6,11 +6,6 @@ jobs:
- image: rocker/geospatial:latest
steps:
- checkout
- restore_cache:
keys:
- deps1-{{ .Branch }}-{{ checksum "DESCRIPTION" }}-{{ checksum ".circleci/config.yml" }}
- deps1-{{ .Branch }}
- deps1-
- run:
command: |
R -e "devtools::install_deps(dependencies = TRUE)"
Expand All @@ -20,10 +15,6 @@ jobs:
- run:
command: |
R -e "devtools::check(cran = FALSE)"
- save_cache:
key: deps1-{{ .Branch }}-{{ checksum "DESCRIPTION" }}-{{ checksum ".circleci/config.yml" }}
paths:
- "/usr/local/lib/R/site-library"
- run:
no_output_timeout: 20m
command: |
Expand Down

0 comments on commit 976844e

Please sign in to comment.