更新.gitlab-ci.yml文件
This commit is contained in:
@@ -18,6 +18,7 @@ job_install:
|
|||||||
stage: install
|
stage: install
|
||||||
before_script:
|
before_script:
|
||||||
- echo '安装依赖'
|
- echo '安装依赖'
|
||||||
|
- apt-get update && apt-get install -y npm # Add npm installation
|
||||||
script:
|
script:
|
||||||
- cd Assets/02.InformationSave
|
- cd Assets/02.InformationSave
|
||||||
- echo " registry=http://192.168.31.100:8418/api/packages/unity-registry/npm" > .npmrc
|
- echo " registry=http://192.168.31.100:8418/api/packages/unity-registry/npm" > .npmrc
|
||||||
|
|||||||
Reference in New Issue
Block a user