1
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-07-03 09:13:54 +01:00
Commit Graph

11 Commits

Author SHA1 Message Date
77da59bea2 Add GitLab CI config
Doesn't deploy yet, let's get building working first
2021-06-02 22:55:13 +00:00
36b16fe84d
Remove GitLab CI config 2021-01-17 11:31:31 +00:00
d76ac9becc
Use correct cache dir rather than caching all modules 2020-10-01 18:36:31 +01:00
9b5cac6212
Set network timeout
CI is quite slow it seems
2020-10-01 18:06:41 +01:00
62baca6e51
Switch to modified existing yarn config so it actually works
I hate it, it's nasty, but it actually works. Until https://github.com/mrmartineau/gatsby-theme-code-notes/issues/65 is fixed, it's the best I can do
2020-10-01 17:55:59 +01:00
262447cd32
RTFM
Can't cache directory outside project

https://docs.gitlab.com/ee/ci/caching/#caching-nodejs-dependencies
2020-09-30 20:33:41 +01:00
7038472d33
Put in the fully resolved path 2020-09-30 20:13:36 +01:00
8a6c9581de
See where the cache is 2020-09-30 20:09:20 +01:00
085c19bd6f
Also cache cache 2020-09-30 19:55:22 +01:00
1e9b0d36d6
Just cache npm directory
This means `npm ci` only has to rebuild the modules, rather than re-download them
2020-09-30 19:27:33 +01:00
09eb5947b6
Add GitLab CI file 2020-09-30 17:43:41 +01:00