Skip to content

Commit

Permalink
added no git test for gh-release
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbraun89 authored Jan 6, 2024
1 parent c881040 commit 493c62c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion feature_definitions/gh-release/feature-definition.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "gh-release",
"version": "1.0.24",
"version": "1.0.25",
"name": "Github Release",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/gh-release",
"description": "Github Release feature will download, extract and add to path a release binary from a given repo",
Expand Down Expand Up @@ -155,6 +155,18 @@
"assetRegex": "^extractor\\.linux-.+\\.exe$",
"additionalFlags": "--no-filter-assets-by-platform"
}
},
{
"name": "test_no_git",
"image": "ubuntu",
"test_commands": [
"aztfexport --version"
],
"options": {
"version": "latest",
"repo": "Azure/aztfexport",
"binaryNames": "aztfexport"
}
}
]
}

0 comments on commit 493c62c

Please sign in to comment.