30
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user