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-06-16 07:36:50 +0300
committerJelle Spijker <j.spijker@ultimaker.com>2022-06-16 07:36:50 +0300
commit215f487978c354335f67fe4b4f1175651b7a5719 (patch)
tree76aa97552f7ed2d389d460c26b6345eb857cb5e6 /.github/workflows/conan-package-create.yml
parent09a52d93d6f106f96c6cdc0a583c25d07f2e79a1 (diff)
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
Diffstat (limited to '.github/workflows/conan-package-create.yml')
-rw-r--r--.github/workflows/conan-package-create.yml6
1 files changed, 3 insertions, 3 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