From 215f487978c354335f67fe4b4f1175651b7a5719 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Thu, 16 Jun 2022 06:36:50 +0200 Subject: [PATCH] Workaround for no remote atm Our Free tier server has reached it's limit. This should ensure that we don't use or ultimaker server. Once the new infrastructure is in place we should revert this Contributes to CURA-9365 --- .github/workflows/conan-package-create.yml | 6 +++--- .github/workflows/conan-recipe-export.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/conan-package-create.yml b/.github/workflows/conan-package-create.yml index e5b43f4329..a26c974f45 100644 --- a/.github/workflows/conan-package-create.yml +++ b/.github/workflows/conan-package-create.yml @@ -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 + 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 - - name: Upload the Package(s) - run: conan upload "*" -r ultimaker --all -c +# - name: Upload the Package(s) +# run: conan upload "*" -r ultimaker --all -c diff --git a/.github/workflows/conan-recipe-export.yml b/.github/workflows/conan-recipe-export.yml index 7a23698d22..593e4fe281 100644 --- a/.github/workflows/conan-recipe-export.yml +++ b/.github/workflows/conan-recipe-export.yml @@ -74,6 +74,6 @@ jobs: - name: Create the latest alias if: "${{ inputs.recipe_id_latest == '' }}" run: conan alias ${{ inputs.recipe_id_latest }} ${{ inputs.recipe_id_full }} - - - name: Upload the Package(s) - run: conan upload "*" -r ultimaker --all -c +# FIXME: Once new JFrog server is up and running +# - name: Upload the Package(s) +# run: conan upload "*" -r ultimaker --all -c