Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tools glue
ng-ebi-authorization
Commits
31120a79
Commit
31120a79
authored
Jan 24, 2019
by
Eduardo Sanz García
Browse files
test (CI): temporal change until binaries are available for node-sass@4.9.4
parent
3c250c4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
.gitlab-ci.yml
.gitlab-ci.yml
+6
-3
No files found.
.gitlab-ci.yml
View file @
31120a79
...
...
@@ -18,7 +18,8 @@ cache:
lint
:
stage
:
test
image
:
node:alpine
image
:
node:10.15.0-alpine
# image: node:alpine # replace when node-sass@4.9.4 compiles on the latest
tags
:
[
docker
]
script
:
-
yarn lint
...
...
@@ -36,7 +37,8 @@ test:
docs
:
stage
:
test
image
:
node:alpine
image
:
node:10.15.0-alpine
# image: node:alpine # replace when node-sass@4.9.4 compiles on the latest
tags
:
[
docker
]
script
:
-
yarn docs
...
...
@@ -46,7 +48,8 @@ docs:
build
:
stage
:
build
image
:
node:alpine
image
:
node:10.15.0-alpine
# image: node:alpine # replace when node-sass@4.9.4 compiles on the latest
tags
:
[
docker
]
script
:
-
yarn packagr
...
...
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