fix: fix gitlab-ci.yml
This commit is contained in:
@@ -2,15 +2,6 @@ stages:
|
||||
- build_project
|
||||
- build_image
|
||||
|
||||
# cache
|
||||
cache:
|
||||
key:
|
||||
files:
|
||||
- package.json
|
||||
paths:
|
||||
- node_modules
|
||||
untracked: true
|
||||
|
||||
build_project:
|
||||
stage: build_project
|
||||
script:
|
||||
@@ -34,3 +25,13 @@ build_image:
|
||||
- dev-cicd
|
||||
tags:
|
||||
- GN-XXG-Server
|
||||
|
||||
|
||||
# cache
|
||||
cache:
|
||||
key:
|
||||
files:
|
||||
- package.json
|
||||
paths:
|
||||
- node_modules
|
||||
untracked: true
|
||||
|
||||
Reference in New Issue
Block a user