Only remove remote aliases

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-07-19 07:02:29 +02:00 committed by jspijker
parent 3c9541a6a9
commit 34fccedd03

View file

@ -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 }}