Files
temp/features/fixtures/m1/git_checkout_resource.json

28 lines
847 B
JSON

{
"fixtures": [
{
"name": "minimal_git_checkout",
"description": "Minimal git-checkout resource config for M1 smoke tests",
"resource_type": "git-checkout",
"resource_name": "local/m1-smoke-repo",
"properties": {
"path": "/tmp/m1-smoke-test-repo",
"branch": "main"
},
"location": "/tmp/m1-smoke-test-repo",
"description_text": "Smoke test git-checkout resource"
},
{
"name": "git_checkout_no_branch",
"description": "Git-checkout resource without explicit branch (defaults to HEAD)",
"resource_type": "git-checkout",
"resource_name": "local/m1-no-branch-repo",
"properties": {
"path": "/tmp/m1-no-branch-repo"
},
"location": "/tmp/m1-no-branch-repo",
"description_text": "Git checkout without branch"
}
]
}