Update .gitlab-ci.yml file

This commit is contained in:
唐浩
2023-01-09 06:27:01 +00:00
parent 212c4b3eca
commit 1ae748fd20

View File

@@ -4,13 +4,13 @@ stages:
- build_project
- build_image
cache:
key:
files:
- package.json
paths:
- node_modules
- dist/
#cache:
# key:
# files:
# - package.json
# paths:
# - node_modules
# - dist/
before_script:
- export CNUI_TAG=$(date +%Y%m%d%H%M%S)