Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-07-19 08:02:29 +0300
committerjspijker <j.spijker@ultimaker.com>2022-07-19 08:02:29 +0300
commit34fccedd0336a4c50beab957948fe278e4b12f08 (patch)
tree91859b7036a117dc09f73a4fc02e5d5f1414f042
parent3c9541a6a9159c6c6b18b6dedde067ae7e8b5209 (diff)
Only remove remote aliases
Contributes to CURA-9365
-rw-r--r--.github/workflows/conan-recipe-export.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/conan-recipe-export.yml b/.github/workflows/conan-recipe-export.yml
index 7404acdc54..9e6ce9a55d 100644
--- a/.github/workflows/conan-recipe-export.yml
+++ b/.github/workflows/conan-recipe-export.yml
@@ -89,7 +89,6 @@ jobs:
- name: Create the latest alias
if: ${{ inputs.recipe_id_latest != '' }}
run: |
- conan remove ${{ inputs.recipe_id_latest }} -f
conan remove ${{ inputs.recipe_id_latest }} -r cura -f
conan remove ${{ inputs.recipe_id_latest }} -r cura-ce -f
conan alias ${{ inputs.recipe_id_latest }} ${{ inputs.recipe_id_full }}