Update .gitlab-ci.yml file

This commit is contained in:
方顺健
2021-10-20 02:43:53 +00:00
parent 60ec39b5c9
commit c80cf743be

View File

@@ -32,6 +32,8 @@ generate_git-log:
build_project:
stage: build_project
variables:
CI_DEBUG_TRACE: "true"
script:
- echo "npm install ..."
- npm install --save-dev --unsafe-perm
@@ -45,6 +47,8 @@ build_project:
build_image:
stage: build_image
variables:
CI_DEBUG_TRACE: "true"
script:
- echo "docker build"
- sudo docker build -t dev_cn-ui:$CNUI_TAG .
@@ -61,6 +65,8 @@ build_image:
build_release_image:
stage: build_image
variables:
CI_DEBUG_TRACE: "true"
script:
- echo 'tag名称是'
- echo $CI_COMMIT_TAG