Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit ffc78a5

Browse files
correct dependency analysis job
1 parent 9ab42a8 commit ffc78a5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.grabl/automation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ config:
2323
version-candidate: VERSION
2424
dependencies:
2525
dependencies: [build]
26-
common: [build, release]
27-
behaviour: [build]
26+
typedb-common: [build, release]
27+
typedb-behaviour: [build]
2828

2929
build:
3030
quality:

BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,13 @@ assemble_pip(
8585
long_description_file = "//:README.md",
8686
)
8787

88-
8988
deploy_pip(
9089
name = "deploy-pip",
9190
target = ":assemble-pip",
9291
snapshot = deployment["pypi.snapshot"],
9392
release = deployment["pypi.release"],
9493
)
9594

96-
9795
deploy_github(
9896
name = "deploy-github",
9997
release_description = "//:RELEASE_TEMPLATE.md",

0 commit comments

Comments
 (0)