diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-09-09 03:25:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-09 03:25:04 +0300 |
commit | e90f4f9e0a327466254f3f1693fbe75aaa2a862f (patch) | |
tree | b99a757737d0f913d2d91ccab839190d96b606c3 /test/git/scenarios.json | |
parent | 32578d6c4d28d78e17f3943273f3445dec3b2bd9 (diff) |
git : Remove misleading variables (#146)
* remove misleading ppa value
* add test
* nit
* bump version
Diffstat (limited to 'test/git/scenarios.json')
-rw-r--r-- | test/git/scenarios.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/git/scenarios.json b/test/git/scenarios.json new file mode 100644 index 0000000..a57bea7 --- /dev/null +++ b/test/git/scenarios.json @@ -0,0 +1,11 @@ +{ + "install_git_from_src": { + "image": "ubuntu:focal", + "features": { + "git": { + "version": "latest", + "ppa": "false" + } + } + } +} |