aboutsummaryrefslogblamecommitdiff
path: root/test/git/scenarios.json
blob: 90aa7e30afc00150dfb5f324607a9f101e16720a (plain) (tree)
1
2
3
4
5
6
7
8
9








                                    

















                                    

     
{
    "install_git_from_src": {
        "image": "ubuntu:focal",
        "features": {
            "git": {
                "version": "latest",
                "ppa": "false"
            }
        }
    },
    "install_git_from_src_jammy": {
        "image": "ubuntu:jammy",
        "features": {
            "git": {
                "version": "latest",
                "ppa": "false"
            }
        }
    },
    "install_git_from_src_bionic": {
        "image": "ubuntu:bionic",
        "features": {
            "git": {
                "version": "latest",
                "ppa": "false"
            }
        }
    }
}