[Ubuntu] Fix Netlify installation, move its and vercel's installation to Nodejs.sh (#2666)

* fix netlify installation

* debug

* resolve comments

* small fix
This commit is contained in:
Dibir Magomedsaygitov
2021-02-09 18:57:05 +03:00
committed by GitHub
parent 902346ebcd
commit 395127da8f
8 changed files with 10 additions and 48 deletions

View File

@@ -59,14 +59,4 @@ Describe "Oras CLI" {
It "Oras CLI" {
"oras version" | Should -ReturnZeroExitCode
}
}
Describe "Vercel CLI" {
It "Vercel CLI" {
"vercel --version" | Should -ReturnZeroExitCode
}
It "Validate the symlink link [now]" {
"now --version" | Should -ReturnZeroExitCode
}
}