Skip to content

Commit bb56667

Browse files
committed
Use the correct script in packs_resource_register
1 parent 0789ce3 commit bb56667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def packs_resource_register(ctx):
1919
files = ctx.run("git diff --relative --diff-filter=ACMRTUXB "
2020
"--name-only {}".format(base_branch)).stdout.splitlines()
2121
if files:
22-
ctx.run("st2-check-print-pack-tests-coverage {pack_dir}".format(pack_dir=top_level_git_dir))
22+
ctx.run("st2-check-register-pack-resources /tmp/packs/{pack_name}".format(pack_name=pack_name))
2323
else:
2424
print("No files have changed, skipping run...")
2525

0 commit comments

Comments
 (0)