Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
fether
Commits
076264f2
Verified
Commit
076264f2
authored
Jan 18, 2019
by
gabriel klawitter
🏄
Browse files
limit caching to node_modules directories
parent
8e54eb70
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
076264f2
...
...
@@ -10,7 +10,10 @@ variables:
CARGOFLAGS
:
'
'
cache
:
untracked
:
true
path
:
-
node_modules/
-
packages/*/node_modules/
.branches
:
&branches
only
:
...
...
@@ -55,6 +58,7 @@ osx-build:
stage
:
build
<<
:
*branches
script
:
-
rm -rf packages/fether-electron/dist
-
curl -o- -L https://yarnpkg.com/install.sh | bash
-
export PATH=$HOME/.yarn/bin:$PATH
-
yarn install
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment