diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-12-21 23:15:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-21 23:15:24 +0300 |
commit | b9bfe406d211ce5645a165a73b72048e9ea9e88e (patch) | |
tree | 9ff6ce0a2872cd0930c46b2963fe3fce6537af06 /test/github-cli/scenarios.json | |
parent | 48678001d1e910477390c475165564a38936b058 (diff) |
Update GPG_KEY_SERVERS: Remove `:80` from Ubuntu Keyserver (#354)
* Update GPG_KEY_SERVERS: Remove `:80` from Ubuntu Keyserver
* Fix ruby tests
Diffstat (limited to 'test/github-cli/scenarios.json')
-rw-r--r-- | test/github-cli/scenarios.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/github-cli/scenarios.json b/test/github-cli/scenarios.json new file mode 100644 index 0000000..d41019a --- /dev/null +++ b/test/github-cli/scenarios.json @@ -0,0 +1,11 @@ +{ + "install_git_cli_from_release": { + "image": "ubuntu:focal", + "features": { + "github-cli": { + "version": "latest", + "installDirectlyFromGitHubRelease": "false" + } + } + } +}
\ No newline at end of file |