We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521397b commit d864817Copy full SHA for d864817
2 files changed
pants.toml
@@ -25,7 +25,7 @@ backend_packages = [
25
# internal plugins in pants-plugins/
26
"pants.backend.plugin_development",
27
"api_spec",
28
- #"pack_metadata",
+ "pack_metadata",
29
"sample_conf",
30
"schemas",
31
]
st2tests/st2tests/fixtures/packs/BUILD
@@ -3,8 +3,7 @@
3
# instructions on how to checkout the submodules if they are not checked out.
4
# The test_content_version* targets are dependencies of ./test_content_version_fixture
5
6
-# pack_metadata_in_git_submodule(
7
-resources(
+pack_metadata_in_git_submodule(
8
name="test_content_version_metadata",
9
sources=[
10
"test_content_version/pack.yaml",
0 commit comments