Trying to improve caching
This commit is contained in:
parent
b509e03dc1
commit
cad48f9548
1 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,12 @@ tags:
|
|||
build:
|
||||
stage: build
|
||||
|
||||
cache:
|
||||
key: build-cache
|
||||
paths:
|
||||
- vendor/
|
||||
- /var/cache/apt
|
||||
|
||||
script:
|
||||
- apt-get update -qy
|
||||
- apt-get install -y ruby ruby-dev imagemagick git build-essential zlib1g-dev libbz2-dev libpq-dev postgresql
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue