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

Commit

Permalink
correct dependency analysis job
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed May 20, 2021
1 parent 9ab42a8 commit ffc78a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .grabl/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,13 @@ assemble_pip(
long_description_file = "//:README.md",
)


deploy_pip(
name = "deploy-pip",
target = ":assemble-pip",
snapshot = deployment["pypi.snapshot"],
release = deployment["pypi.release"],
)


deploy_github(
name = "deploy-github",
release_description = "//:RELEASE_TEMPLATE.md",
Expand Down

0 comments on commit ffc78a5

Please sign in to comment.