Added GitHub CLI to Gitpod. (#14763)

This commit is contained in:
Nick Taylor 2021-09-17 15:18:21 -04:00 committed by GitHub
parent 537132875e
commit b83706ab0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,8 @@
#!/usr/bin/env bash
echo "Installing the GitHub CLI"
brew install gh
cp .env_sample .env
echo "APP_DOMAIN=\"$(gp url 3000 | cut -f 3 -d /)\"" >> .env
echo 'APP_PROTOCOL="https://"' >> .env