generated from ext/template
This commit is contained in:
parent
137a7f8699
commit
4c879464d0
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- make compile
|
- make compile
|
||||||
- name: dpkg
|
- name: dpkg
|
||||||
image: ubuntu:24.04
|
image: ${CI_FORGE_URL##https://}/${CI_REPO_OWNER}/${CI_REPO_NAME}-builder
|
||||||
|
pull: true
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue