mirror of
https://github.com/actions/runner-images.git
synced 2026-01-07 18:58:13 +08:00
Remove mobile-center-cli
This commit is contained in:
@@ -1,10 +1,5 @@
|
|||||||
source ~/utils/utils.sh
|
source ~/utils/utils.sh
|
||||||
|
|
||||||
node_common_modules=(
|
|
||||||
node-gyp
|
|
||||||
mobile-center-cli
|
|
||||||
)
|
|
||||||
|
|
||||||
node_catalina_modules=(
|
node_catalina_modules=(
|
||||||
appcenter-cli
|
appcenter-cli
|
||||||
newman
|
newman
|
||||||
@@ -40,8 +35,6 @@ echo Installing yarn...
|
|||||||
curl -o- -L https://yarnpkg.com/install.sh | bash
|
curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||||
|
|
||||||
if is_Less_BigSur; then
|
if is_Less_BigSur; then
|
||||||
for module in ${node_common_modules[@]}; do
|
echo "Install node-gyp"
|
||||||
echo "Install $module"
|
npm install -g node-gyp
|
||||||
npm install -g $module
|
|
||||||
done
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -102,10 +102,6 @@ Describe "Common utilities" {
|
|||||||
"aliyun --version" | Should -ReturnZeroExitCode
|
"aliyun --version" | Should -ReturnZeroExitCode
|
||||||
}
|
}
|
||||||
|
|
||||||
It "Mobile Center CLI" -Skip:($os.IsBigSur) {
|
|
||||||
"mobile-center --version" | Should -ReturnZeroExitCode
|
|
||||||
}
|
|
||||||
|
|
||||||
Context "Nomad" -Skip:($os.IsBigSur) {
|
Context "Nomad" -Skip:($os.IsBigSur) {
|
||||||
It "Nomad CLI" {
|
It "Nomad CLI" {
|
||||||
$result = Get-CommandResult "gem list"
|
$result = Get-CommandResult "gem list"
|
||||||
|
|||||||
Reference in New Issue
Block a user