Compare commits

...

2 Commits
0.0.7 ... 0.0.9

Author SHA1 Message Date
d575115b0e dsq 2023-11-19 18:10:45 +01:00
fc3415be5b test2 2023-11-19 18:05:00 +01:00
2 changed files with 6 additions and 4 deletions

View File

@@ -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-bullseye-node
container:
image: debian:bullseye
steps:
- name: Git clone private repository
uses: actions/checkout@v4

View File

@@ -6,7 +6,7 @@ on: [never]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
runs-on: debian-bullseye-node
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event. Test 4zet"
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"