mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-29 03:11:02 +00:00
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:
parent
002a2e34dd
commit
0b69f210c4
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user