We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e53bd1 commit a21cc35Copy full SHA for a21cc35
codebuild/release/upload_artifacts.yml
@@ -26,7 +26,7 @@ phases:
26
- curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | gpg --dearmor -o /usr/share/keyrings/githubcli-archive-keyring.gpg
27
- echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null
28
- apt update
29
- - apt install gh
+ - apt install gh -y
30
build:
31
commands:
32
- gh version
0 commit comments