We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9fad2e commit 1fc0140Copy full SHA for 1fc0140
1 file changed
.build/build.yaml
@@ -78,17 +78,15 @@ spec:
78
script: >
79
# set -x
80
81
- export COREPACK_NPM_REGISTRY=https://edge-nexus1.alauda.cn/repository/cnpm
82
-
83
export YARN_GLOBAL_FOLDER=/workspace/yarn_cache/global
84
85
- yarn config set npmRegistryServer https://edge-nexus1.alauda.cn/repository/cnpm
+ export YARN_NPM_REGISTRY_SERVER=https://edge-nexus1.alauda.cn/repository/cnpm
86
87
- yarn set version stable
+ node .yarn/releases/yarn-4.13.0.cjs --version
88
89
- yarn --immutable
+ node .yarn/releases/yarn-4.13.0.cjs --immutable
90
91
- yarn build
+ node .yarn/releases/yarn-4.13.0.cjs build
92
workingDir: $(workspaces.source.path)
93
- name: build-image
94
timeout: 30m
0 commit comments