From c80cf743be21f5e2a3156739c2130fe05ba3a4b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E9=A1=BA=E5=81=A5?= Date: Wed, 20 Oct 2021 02:43:53 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7a740c3..6d2915c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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