fix(build): backport changes from niri ext attempt
This commit is contained in:
parent
c6b2f65b3a
commit
f70e0fa64e
4 changed files with 12 additions and 6 deletions
|
|
@ -19,6 +19,7 @@ steps:
|
|||
from_secret: package_token
|
||||
- name: compile
|
||||
image: ${CI_FORGE_URL##https://}/${CI_REPO_OWNER}/${CI_REPO_NAME}-builder
|
||||
pull: true
|
||||
when:
|
||||
- event: push
|
||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
|
|
@ -26,11 +27,11 @@ steps:
|
|||
commands:
|
||||
- make compile
|
||||
- name: dpkg
|
||||
image: ubuntu:24.04
|
||||
image: ${CI_FORGE_URL##https://}/${CI_REPO_OWNER}/${CI_REPO_NAME}-builder
|
||||
pull: true
|
||||
when:
|
||||
- event: push
|
||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
depends_on: compile
|
||||
commands:
|
||||
- make dpkg
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue