Skip to content
GitLab
Explore
Sign in
Commits on Source (1)
CI attempt
#2
· 33326ae2
Mathew Parker
authored
Aug 13, 2018
33326ae2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
33326ae2
stages
:
-
build
cache
:
paths
:
-
node_modules/
install_dependencies
:
stage
:
build
script
:
-
sudo yum
install
-
yarn
install
artifacts
:
paths
:
-
node_modules/