We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1699d commit 2df9df6Copy full SHA for 2df9df6
codebuild/release/upload_artifacts.yml
@@ -23,8 +23,8 @@ phases:
23
# install gh cli in order to upload artifacts
24
- curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | gpg --dearmor -o /usr/share/keyrings/githubcli-archive-keyring.gpg
25
- 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
26
- - apt update
27
- - apt install gh
+ - apt -y update
+ - apt -y install gh
28
build:
29
commands:
30
- gh version
0 commit comments