test2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: build_package_deb
|
||||
|
||||
env:
|
||||
PACKAGE_NAME: simplescript
|
||||
PACKAGE_NAME: test2
|
||||
DEB_OS_TARGET: bullseye
|
||||
GIT_REPO_URL: gitea.jingoh.fr
|
||||
MAINTAINER: jingoh
|
||||
@@ -13,8 +13,10 @@ on:
|
||||
- '*.*.[0-9]'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
build-package-push-repo:
|
||||
runs-on: debian-runner
|
||||
container:
|
||||
image: debian:bullseye
|
||||
steps:
|
||||
- name: Git clone private repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user