Просмотр исходного кода

Only remove remote aliases

Contributes to CURA-9365
j.spijker@ultimaker.com 2 лет назад
Родитель
Сommit
34fccedd03
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      .github/workflows/conan-recipe-export.yml

+ 0 - 1
.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 }}