mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-11 05:29:02 +08:00
Remove cura-ce
(cherry picked from commit 51f843b478d932a918d3a14fb673749c1ab88cfe)
This commit is contained in:
parent
e40eb61ad8
commit
1018d8fc5c
6
.github/workflows/conan-package-create.yml
vendored
6
.github/workflows/conan-package-create.yml
vendored
@ -174,9 +174,3 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
conan upload ${{ inputs.recipe_id_full }} -r cura --all -c
|
conan upload ${{ inputs.recipe_id_full }} -r cura --all -c
|
||||||
conan upload ${{ inputs.recipe_id_latest }} -r cura --all -c
|
conan upload ${{ inputs.recipe_id_latest }} -r cura --all -c
|
||||||
|
|
||||||
- name: Upload the Package(s) community
|
|
||||||
if: ${{ inputs.conan_upload_community && always() }}
|
|
||||||
run: |
|
|
||||||
conan upload ${{ inputs.recipe_id_full }} -r cura-ce -c
|
|
||||||
conan upload ${{ inputs.recipe_id_latest }} -r cura-ce -c
|
|
||||||
|
6
.github/workflows/conan-package.yml
vendored
6
.github/workflows/conan-package.yml
vendored
@ -129,10 +129,6 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
run: conan remove ${{ needs.conan-recipe-version.outputs.recipe_id_latest }} -r cura -f || true
|
run: conan remove ${{ needs.conan-recipe-version.outputs.recipe_id_latest }} -r cura -f || true
|
||||||
|
|
||||||
- name: Remove the latest alias from cura-ce
|
|
||||||
if: always()
|
|
||||||
run: conan remove ${{ needs.conan-recipe-version.outputs.recipe_id_latest }} -r cura-ce -f || true
|
|
||||||
|
|
||||||
- name: Create the latest alias
|
- name: Create the latest alias
|
||||||
if: always()
|
if: always()
|
||||||
run: conan alias ${{ needs.conan-recipe-version.outputs.recipe_id_latest }} ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
|
run: conan alias ${{ needs.conan-recipe-version.outputs.recipe_id_latest }} ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
|
||||||
@ -142,8 +138,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
conan upload ${{ needs.conan-recipe-version.outputs.recipe_id_full }} -r cura --all -c
|
conan upload ${{ needs.conan-recipe-version.outputs.recipe_id_full }} -r cura --all -c
|
||||||
conan upload ${{ needs.conan-recipe-version.outputs.recipe_id_latest }} -r cura --all -c
|
conan upload ${{ needs.conan-recipe-version.outputs.recipe_id_latest }} -r cura --all -c
|
||||||
conan upload ${{ needs.conan-recipe-version.outputs.recipe_id_full }} -r cura-ce -c
|
|
||||||
conan upload ${{ needs.conan-recipe-version.outputs.recipe_id_latest }} -r cura-ce -c
|
|
||||||
|
|
||||||
notify-create:
|
notify-create:
|
||||||
if: ${{ always() && (github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == 'master' || needs.conan-recipe-version.outputs.is_release_branch == 'true')) }}
|
if: ${{ always() && (github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == 'master' || needs.conan-recipe-version.outputs.is_release_branch == 'true')) }}
|
||||||
|
10
.github/workflows/conan-recipe-export.yml
vendored
10
.github/workflows/conan-recipe-export.yml
vendored
@ -92,10 +92,6 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
run: conan remove ${{ inputs.recipe_id_latest }} -r cura -f || true
|
run: conan remove ${{ inputs.recipe_id_latest }} -r cura -f || true
|
||||||
|
|
||||||
- name: Remove the latest alias from cura-ce
|
|
||||||
if: always()
|
|
||||||
run: conan remove ${{ inputs.recipe_id_latest }} -r cura-ce -f || true
|
|
||||||
|
|
||||||
- name: Create the latest alias
|
- name: Create the latest alias
|
||||||
if: always()
|
if: always()
|
||||||
run: conan alias ${{ inputs.recipe_id_latest }} ${{ inputs.recipe_id_full }}
|
run: conan alias ${{ inputs.recipe_id_latest }} ${{ inputs.recipe_id_full }}
|
||||||
@ -105,9 +101,3 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
conan upload ${{ inputs.recipe_id_full }} -r cura --all -c
|
conan upload ${{ inputs.recipe_id_full }} -r cura --all -c
|
||||||
conan upload ${{ inputs.recipe_id_latest }} -r cura --all -c
|
conan upload ${{ inputs.recipe_id_latest }} -r cura --all -c
|
||||||
|
|
||||||
- name: Upload the Package(s) community
|
|
||||||
if: ${{ inputs.conan_upload_community && always() }}
|
|
||||||
run: |
|
|
||||||
conan upload ${{ inputs.recipe_id_full }} -r cura-ce -c
|
|
||||||
conan upload ${{ inputs.recipe_id_latest }} -r cura-ce -c
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user