mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:46:05 +08:00
Remove part of possibly faulty code
This commit is contained in:
parent
c398314175
commit
72cc8d5b57
@ -88,35 +88,35 @@ jobs:
|
|||||||
git tag ${{ needs.prepare-cura-repo.outputs.tag_name }}
|
git tag ${{ needs.prepare-cura-repo.outputs.tag_name }}
|
||||||
git push origin tag ${{ needs.prepare-cura-repo.outputs.tag_name }}
|
git push origin tag ${{ needs.prepare-cura-repo.outputs.tag_name }}
|
||||||
|
|
||||||
create-dependencies-packages:
|
#create-dependencies-packages:
|
||||||
name: Create conan packages for dependencies
|
#name: Create conan packages for dependencies
|
||||||
uses: mathze/workflow-dispatch-action@v1.3.0
|
#uses: mathze/workflow-dispatch-action@v1.3.0
|
||||||
needs: [parse-version, prepare-cura-repo]
|
#needs: [parse-version, prepare-cura-repo]
|
||||||
strategy:
|
#strategy:
|
||||||
matrix:
|
#matrix:
|
||||||
repository: [Cura, Uranium, CuraEngine, cura-binary-data, fdm_materials]
|
#repository: [Cura, Uranium, CuraEngine, cura-binary-data, fdm_materials]
|
||||||
include:
|
#include:
|
||||||
- conan_recipe_root: "."
|
#- conan_recipe_root: "."
|
||||||
- repository: Cura
|
#- repository: Cura
|
||||||
conan_recipe_root: "resources"
|
#conan_recipe_root: "resources"
|
||||||
with:
|
#with:
|
||||||
owner: Ultimaker
|
#owner: Ultimaker
|
||||||
repo: Cura-workflows
|
#repo: Cura-workflows
|
||||||
workflow-name: conan-package-release.yml
|
#workflow-name: conan-package-release.yml
|
||||||
use-marker-step: true
|
#use-marker-step: true
|
||||||
ref: CURA-10769_automate_release_action
|
#ref: CURA-10769_automate_release_action
|
||||||
token: ${{ secrets.CURA_AUTORELEASE_PAT }}
|
#token: ${{ secrets.CURA_AUTORELEASE_PAT }}
|
||||||
payload: |
|
#payload: |
|
||||||
{
|
#{
|
||||||
"repository": "${{ matrix.repository }}",
|
#"repository": "${{ matrix.repository }}",
|
||||||
"ref_name": "${{ needs.parse-version.outputs.branch_name }}",
|
#"ref_name": "${{ needs.parse-version.outputs.branch_name }}",
|
||||||
"version": "${{ inputs.cura_version }}",
|
#"version": "${{ inputs.cura_version }}",
|
||||||
"conan_release": true,
|
#"conan_release": true,
|
||||||
"conan_user_channel": "ultimaker/stable",
|
#"conan_user_channel": "ultimaker/stable",
|
||||||
"conan_internal": false,
|
#"conan_internal": false,
|
||||||
"conan_latest": true,
|
#"conan_latest": true,
|
||||||
"conan_recipe_root": "${{ matrix.conan_recipe_root }}"
|
#"conan_recipe_root": "${{ matrix.conan_recipe_root }}"
|
||||||
}
|
#}
|
||||||
|
|
||||||
create-cura-package:
|
create-cura-package:
|
||||||
name: Create conan package for Cura
|
name: Create conan package for Cura
|
||||||
|
Loading…
x
Reference in New Issue
Block a user