diff options
| author | 张帅 <[email protected]> | 2021-10-25 07:19:30 +0000 |
|---|---|---|
| committer | 张帅 <[email protected]> | 2021-10-25 07:19:30 +0000 |
| commit | 1e5a6dab7fe795bc39fc94c0771b41fd51714364 (patch) | |
| tree | b5c25ab3bcd465f2f48cda9654520b2ac8cbf233 | |
| parent | aa0d0a3921a5da2767c9a2e74abc7ae10d1526cc (diff) | |
Update .gitlab-ci.ymldev-ci-debug
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d2915c0..aa1ae885 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ cache: - package.json paths: - node_modules + - dist/ before_script: - export CNUI_TAG=$(date +%Y%m%d%H%M%S) |
