From ffc78a54da262c5e9402997cbbf7351209369e97 Mon Sep 17 00:00:00 2001 From: joshua Date: Thu, 20 May 2021 14:45:23 +0100 Subject: [PATCH] correct dependency analysis job --- .grabl/automation.yml | 4 ++-- BUILD | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.grabl/automation.yml b/.grabl/automation.yml index 68e92a56..0e55c834 100644 --- a/.grabl/automation.yml +++ b/.grabl/automation.yml @@ -23,8 +23,8 @@ config: version-candidate: VERSION dependencies: dependencies: [build] - common: [build, release] - behaviour: [build] + typedb-common: [build, release] + typedb-behaviour: [build] build: quality: diff --git a/BUILD b/BUILD index 0d6e870b..fb25cb30 100644 --- a/BUILD +++ b/BUILD @@ -85,7 +85,6 @@ assemble_pip( long_description_file = "//:README.md", ) - deploy_pip( name = "deploy-pip", target = ":assemble-pip", @@ -93,7 +92,6 @@ deploy_pip( release = deployment["pypi.release"], ) - deploy_github( name = "deploy-github", release_description = "//:RELEASE_TEMPLATE.md",