mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-04-22 10:52:13 +00:00
fix: Gitlab-CI
Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
parent
cef14d1038
commit
9eb417f340
@ -1,4 +1,4 @@
|
|||||||
image: node:10-alpine
|
image: node:alpine
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- package
|
- package
|
||||||
@ -7,9 +7,7 @@ stages:
|
|||||||
package:
|
package:
|
||||||
stage: package
|
stage: package
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g vsce
|
- npm install -g vsce typescript ovsx
|
||||||
- npm install -g typescript
|
|
||||||
- npm install -g ovsx
|
|
||||||
- npm install
|
- npm install
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user