20
This commit is contained in:
@@ -19,8 +19,6 @@ jobs:
|
|||||||
runner: cicd.bookworm
|
runner: cicd.bookworm
|
||||||
runs-on: ${{ matrix.runner }}
|
runs-on: ${{ matrix.runner }}
|
||||||
steps:
|
steps:
|
||||||
# - name: Repository [Clone]
|
|
||||||
# uses: https://github.com/actions/checkout@v6
|
|
||||||
- name: Repository [Clone]
|
- name: Repository [Clone]
|
||||||
run: |
|
run: |
|
||||||
/usr/bin/echo "${{ inputs.version }}"
|
/usr/bin/echo "${{ inputs.version }}"
|
||||||
@@ -9,7 +9,12 @@ jobs:
|
|||||||
sources:
|
sources:
|
||||||
uses: ./.gitea/workflows/sources.yml
|
uses: ./.gitea/workflows/sources.yml
|
||||||
with:
|
with:
|
||||||
BRANCH: ${{ env.BRANCH }}
|
BRANCH: ${{ env.branch }}
|
||||||
|
echo:
|
||||||
|
steps:
|
||||||
|
- name: Linux Sources [Clone]
|
||||||
|
run: |
|
||||||
|
echo ${{ needs.sources.outputs.version }}
|
||||||
build:
|
build:
|
||||||
needs:
|
needs:
|
||||||
- sources
|
- sources
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Linux Sources [Clone]
|
- name: Linux Sources [Clone]
|
||||||
run: |
|
run: |
|
||||||
/usr/bin/git clone --verbose --depth='1' --branch "${{ inputs.BRANCH }}" 'https://github.com/raspberrypi/linux'
|
/usr/bin/git clone --verbose --depth='1' --branch "${{ inputs.branch }}" 'https://github.com/raspberrypi/linux'
|
||||||
- name: Linux Sources [Version]
|
- name: Linux Sources [Version]
|
||||||
id: environment
|
id: environment
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user