fix(.circleci): correct job dependency

The `publish/packages-deb-dev` failed because it wrongly required `tests/integration-static` (that has `/build-static` and `/source-static`) instead of `tests/integration` which comes with both `/build` and `/source`.

Co-authored-by: Leonardo Di Donato <leodidonato@gmail.com>
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
Leonardo Grasso 2021-03-26 15:16:24 +01:00 committed by poiana
parent 002a2e34dd
commit 0b69f210c4

View File

@ -680,7 +680,7 @@ workflows:
branches:
only: master
requires:
- "tests/integration-static"
- "tests/integration"
# todo(leogr): the cleanup job is intende to work with bintray, now deprecated,
# do we still need it?
# - "cleanup/packages-dev":