提交 9e4a7e67 编写于 作者: J Joao Moreno

clean postinstall

上级 674d8a54
......@@ -56,9 +56,6 @@ steps:
- script: |
set -e
yarn postinstall
(cd build && yarn postinstall)
(cd extensions && yarn postinstall)
(cd test/smoke && yarn postinstall)
displayName: Run postinstall scripts
condition: and(succeeded(), eq(variables['CacheRestored'], 'true'))
......
......@@ -65,8 +65,6 @@ steps:
- script: |
set -e
yarn postinstall
(cd build && yarn postinstall)
(cd extensions && yarn postinstall)
displayName: Run postinstall scripts
condition: and(succeeded(), eq(variables['CacheRestored'], 'true'))
......
......@@ -65,8 +65,6 @@ steps:
- script: |
set -e
yarn postinstall
(cd build && yarn postinstall)
(cd extensions && yarn postinstall)
displayName: Run postinstall scripts
condition: and(succeeded(), eq(variables['CacheRestored'], 'true'))
......
......@@ -57,9 +57,6 @@ steps:
- script: |
set -e
yarn postinstall
(cd build && yarn postinstall)
(cd extensions && yarn postinstall)
(cd test/smoke && yarn postinstall)
displayName: Run postinstall scripts
condition: and(succeeded(), eq(variables['CacheRestored'], 'true'))
......
......@@ -60,9 +60,6 @@ steps:
. build/azure-pipelines/win32/exec.ps1
$ErrorActionPreference = "Stop"
exec { yarn postinstall }
exec { pushd build ; yarn postinstall ; popd }
exec { pushd extensions ; yarn postinstall ; popd }
exec { pushd test\smoke ; yarn postinstall ; popd }
displayName: Run postinstall scripts
condition: and(succeeded(), eq(variables['CacheRestored'], 'true'))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册