Revert "Workaround for no remote atm"

This reverts commit 215f487978.
This commit is contained in:
Jelle Spijker 2022-06-21 09:56:15 +02:00
parent 0ced137432
commit 6d509e1094
2 changed files with 6 additions and 6 deletions

View file

@ -75,7 +75,7 @@ jobs:
key: ${{ runner.os }}-conan
- name: Create the Packages
run: conan install ${{ inputs.recipe_id_full }} -pr:b cura_build.jinja -pr:h cura_release.jinja --build=missing #--update FIXME: Once new JFrog server is up and running
run: conan install ${{ inputs.recipe_id_full }} -pr:b cura_build.jinja -pr:h cura_release.jinja --build=missing --update
# - name: Upload the Package(s)
# run: conan upload "*" -r ultimaker --all -c
- name: Upload the Package(s)
run: conan upload "*" -r ultimaker --all -c

View file

@ -83,6 +83,6 @@ jobs:
- name: Create the latest alias
if: "${{ inputs.recipe_id_latest == '' }}"
run: conan alias ${{ inputs.recipe_id_latest }} ${{ inputs.recipe_id_full }}
# FIXME: Once new JFrog server is up and running
# - name: Upload the Package(s)
# run: conan upload "*" -r ultimaker --all -c
- name: Upload the Package(s)
run: conan upload "*" -r ultimaker --all -c