Skip to content

Commit

Permalink
fix: Skip github copilot installation in CI, fully
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Aug 29, 2023
1 parent d3207fe commit 304681d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ install_cli_tools() {
install_github_copilot_cli() {
print_large "Installing GitHub Copilot CLI..."

if ! command -v github-copilot-cli &> /dev/null && [ -z "$CI" ]
if ! command -v github-copilot-cli &> /dev/null
then
sudo npm install --global @githubnext/github-copilot-cli
fi
Expand Down Expand Up @@ -158,7 +158,7 @@ install_cli_tools() {

install_azure_cli

install_github_copilot_cli
[ -z "$CI" ] && install_github_copilot_cli

install_terraform_cli

Expand Down

0 comments on commit 304681d

Please sign in to comment.