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 0789ce3 commit bb56667Copy full SHA for bb56667
1 file changed
tasks/tests.py
@@ -19,7 +19,7 @@ def packs_resource_register(ctx):
19
files = ctx.run("git diff --relative --diff-filter=ACMRTUXB "
20
"--name-only {}".format(base_branch)).stdout.splitlines()
21
if files:
22
- ctx.run("st2-check-print-pack-tests-coverage {pack_dir}".format(pack_dir=top_level_git_dir))
+ ctx.run("st2-check-register-pack-resources /tmp/packs/{pack_name}".format(pack_name=pack_name))
23
else:
24
print("No files have changed, skipping run...")
25
0 commit comments