1
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
image: node:14.17.1
|
||||
default:
|
||||
image: node:latest
|
||||
|
||||
before_script:
|
||||
- echo '====== 准备构建中 ========='
|
||||
@@ -16,7 +17,6 @@ job_install:
|
||||
before_script:
|
||||
- echo '安装依赖'
|
||||
script:
|
||||
- pnpm install
|
||||
- cd Assets/02.InformationSave
|
||||
- echo " registry=http://192.168.31.100:8418/api/packages/unity-registry/npm" > .npmrc
|
||||
- echo "//192.168.31.100:8418/api/packages/unity-registry/:_authToken=7a502f73368672741accbd12fdf268909b1dca0f" >> .npmrc
|
||||
|
||||
Reference in New Issue
Block a user