Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 41aae2641a | |||
| cf6cf7b776 | |||
| 942051f799 | |||
| 9366bb40a0 |
@@ -1,7 +1,7 @@
|
|||||||
name: build_package_deb
|
name: build_package_deb
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PACKAGE_NAME: test2
|
PACKAGE_NAME: test3
|
||||||
DEB_OS_TARGET: bullseye
|
DEB_OS_TARGET: bullseye
|
||||||
GIT_REPO_URL: gitea.jingoh.fr
|
GIT_REPO_URL: gitea.jingoh.fr
|
||||||
MAINTAINER: jingoh
|
MAINTAINER: jingoh
|
||||||
@@ -15,8 +15,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build-package-push-repo:
|
build-package-push-repo:
|
||||||
runs-on: debian-bullseye-node
|
runs-on: debian-bullseye-node
|
||||||
container:
|
|
||||||
image: debian:bullseye
|
|
||||||
steps:
|
steps:
|
||||||
- name: Git clone private repository
|
- name: Git clone private repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user