Skip to content

Commit

Permalink
💩 Add node_modules caching in bitbucket pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofugaro authored Jul 11, 2017
1 parent 1b2c408 commit fa07d61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/create-accurapp/template/bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ image: node:latest
pipelines:
default:
- step:
caches:
- node
script:
- git clone --branch="master" --depth=1 https://bitbucket.org/accurat/accurat_deployer.git ./_deployer
- ./_deployer/scripts/deploy-ssh.sh --check-env
Expand Down

0 comments on commit fa07d61

Please sign in to comment.