chore(ci): make step sequential / remove depends_on directive

This commit is contained in:
pips 2025-09-22 20:25:34 +02:00
parent 73909db481
commit df4071bfed

View file

@ -30,7 +30,6 @@ steps:
when: when:
- event: push - event: push
branch: ${CI_REPO_DEFAULT_BRANCH} branch: ${CI_REPO_DEFAULT_BRANCH}
depends_on: compile
commands: commands:
- make dpkg - make dpkg
environment: environment: