fix: fix gitlab-ci.yml

This commit is contained in:
shizhendong
2021-06-18 17:55:01 +08:00
parent 7e58336ec8
commit b1043bb0ad

View File

@@ -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