mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-03 19:16:31 +08:00
Remove get-conan-recipe-version job from workflow.
NP-732
This commit is contained in:
parent
4968f9ac1a
commit
b811767234
15
.github/workflows/conan-package-resources.yml
vendored
15
.github/workflows/conan-package-resources.yml
vendored
@ -21,19 +21,8 @@ on:
|
|||||||
- '[0-9].[0-9][0-9]*'
|
- '[0-9].[0-9][0-9]*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
get-conan-recipe-version:
|
|
||||||
uses: ./.github/workflows/get-conan-recipe-version.yml
|
|
||||||
with:
|
|
||||||
conan_recipe_root: "./resources/"
|
|
||||||
repository: ${{ github.repository }}
|
|
||||||
branch: ${{ github.ref_name }}
|
|
||||||
release: false
|
|
||||||
internal: false
|
|
||||||
secrets: inherit
|
|
||||||
|
|
||||||
conan-package:
|
conan-package:
|
||||||
name: Create Conan Package
|
name: Create Conan Package
|
||||||
needs: get-conan-recipe-version
|
|
||||||
uses: ultimaker/cura-workflows/.github/workflows/conan-package.yml@main
|
uses: ultimaker/cura-workflows/.github/workflows/conan-package.yml@main
|
||||||
with:
|
with:
|
||||||
conan_recipe_root: "./resources/"
|
conan_recipe_root: "./resources/"
|
||||||
@ -44,7 +33,7 @@ jobs:
|
|||||||
|
|
||||||
notify-dependent-package:
|
notify-dependent-package:
|
||||||
name: Notify Dependent Repository
|
name: Notify Dependent Repository
|
||||||
needs: [get-conan-recipe-version, conan-package]
|
needs: conan-package
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -55,4 +44,4 @@ jobs:
|
|||||||
curl -X POST -H "Authorization: token $GITHUB_TOKEN" \
|
curl -X POST -H "Authorization: token $GITHUB_TOKEN" \
|
||||||
-H "Accept: application/vnd.github.v3+json" \
|
-H "Accept: application/vnd.github.v3+json" \
|
||||||
https://api.github.com/repos/DEPENDENT_ORG/DEPENDENT_REPO/dispatches \
|
https://api.github.com/repos/DEPENDENT_ORG/DEPENDENT_REPO/dispatches \
|
||||||
-d '{"event_type": "dependency-version-update", "client_payload": { "version": "${{ needs.get-conan-recipe-version.outputs.version_base }}", "full_version": "${{ needs.get-conan-recipe-version.outputs.version_full }}", "package_name": "${{ needs.get-conan-recipe-version.outputs.package_name }}" }}'
|
-d '{"event_type": "dependency-version-update", "client_payload": { "version": "${{ needs.conan-package.outputs.version_base }}", "full_version": "${{ needs.conan-package.outputs.version_full }}", "package_name": "${{ needs.conan-package.outputs.package_name }}" }}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user