mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
* add test for Git * Add Heroku * Add hhvm * Add Homebrew * Add Julia * Add kind * Add Kubernetes Tools * Remove kind and homebrew validate * replace capital letter * Add Leiningen * add source to Leiningen * Add Mercurial * Add conda * Add Netlify * Add packer * Add pollinate * Add Pulumi * Add Phantomjs * Add Haveged * Fix for kubectl * Fix julia installation * Add installer_script_folder env variable to run tests in brew provisioner * Add delay after reboot * Adjust pause settings
12 lines
354 B
Bash
12 lines
354 B
Bash
#!/bin/bash -e
|
|
################################################################################
|
|
## File: netlify.sh
|
|
## Desc: Installs the Netlify CLI
|
|
################################################################################
|
|
|
|
source $HELPER_SCRIPTS/invoke-tests.sh
|
|
|
|
# Install the Netlify CLI
|
|
npm i -g netlify-cli
|
|
|
|
invoke_tests "Tools" "Netlify" |