30
Raspberry Pi Linux Kernel 6.12.y / sources (push) Successful in 0s
Raspberry Pi Linux Kernel 6.12.y / build (push) Successful in 0s

This commit is contained in:
Cantibra
2026-05-06 11:05:30 +02:00
parent 990546c2c9
commit 242ae1048a
4 changed files with 30 additions and 28 deletions
+4 -16
View File
@@ -10,21 +10,9 @@ jobs:
uses: ./.gitea/workflows/sources.yml
with:
BRANCH: ${{ env.branch }}
outputs:
VERSION: ${{ jobs.sources.outputs.version }}
echo:
runs-on: cicd.any
build:
needs:
- sources
steps:
- name: Linux Sources [Clone]
env:
VERSION: ${{ jobs.sources.outputs.version }}
run: |
echo "${VERSION}"
# build:
# needs:
# - sources
# uses: ./.gitea/workflows/build.yml
# with:
# VERSION: ${{ needs.sources.outputs.version }}
uses: ./.gitea/workflows/build.yml
with:
VERSION: ${{ needs.call-a.outputs.version }}