Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Website
Commits
f43d7b05
Commit
f43d7b05
authored
Jul 20, 2018
by
Matija Obreza
Browse files
Merge branch 'ci-node10' into 'master'
Build using node:10.6 See merge request genesys-pgr/genesys-ui!8
parents
8341bc6a
fd127c6f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f43d7b05
...
...
@@ -9,12 +9,14 @@ stages:
-
deploy
.package_template
:
&node_package
image
:
node:
8.4
-alpine
image
:
node:
10.6
-alpine
cache
:
paths
:
-
node_modules/
before_script
:
-
npm install
# Needs to be uncommented if node:version us updated
# - npm rebuild node-sass
artifacts
:
name
:
"
${CI_PROJECT_NAME}-${CI_COMMIT_REF_NAME}"
expire_in
:
1 day
...
...
package-lock.json
View file @
f43d7b05
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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