更新.gitlab-ci.yml文件

This commit is contained in:
Administrator
2025-03-28 07:57:24 +00:00
parent 6bc0a7feca
commit 332aa911ce

View File

@@ -18,8 +18,8 @@ job_install:
stage: install
before_script:
- echo '安装依赖'
- sudo apt-get update -y || true
- sudo apt-get install -y --no-install-recommends npm # Add sudo
- apt-get update -y || true
- apt-get install -y --no-install-recommends npm # Add sudo
script:
- cd Assets/02.InformationSave
- echo " registry=http://192.168.31.100:8418/api/packages/unity-registry/npm" > .npmrc