fix(ci): set CommandStep runAs and escape @ in pnpm version
This commit is contained in:
parent
343ed1af1f
commit
85de652fea
1 changed files with 3 additions and 1 deletions
|
|
@ -41,6 +41,8 @@ jobs:
|
||||||
name: build and test
|
name: build and test
|
||||||
runInContainer: true
|
runInContainer: true
|
||||||
image: '@property:ciBuildImage@'
|
image: '@property:ciBuildImage@'
|
||||||
|
runAs: '0:0'
|
||||||
|
useTTY: false
|
||||||
interpreter:
|
interpreter:
|
||||||
type: DefaultInterpreter
|
type: DefaultInterpreter
|
||||||
commands: |
|
commands: |
|
||||||
|
|
@ -50,7 +52,7 @@ jobs:
|
||||||
bash ci/setup-toolchain.sh
|
bash ci/setup-toolchain.sh
|
||||||
|
|
||||||
corepack enable
|
corepack enable
|
||||||
corepack prepare pnpm@10.33.2 --activate
|
corepack prepare pnpm@@10.33.2 --activate
|
||||||
|
|
||||||
export CI=true
|
export CI=true
|
||||||
export HOME="$(pwd)"
|
export HOME="$(pwd)"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue