mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 10:06:07 +08:00
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
This commit is contained in:
parent
09a52d93d6
commit
215f487978
6
.github/workflows/conan-package-create.yml
vendored
6
.github/workflows/conan-package-create.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
|||||||
key: ${{ runner.os }}-conan
|
key: ${{ runner.os }}-conan
|
||||||
|
|
||||||
- name: Create the Packages
|
- 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)
|
# - name: Upload the Package(s)
|
||||||
run: conan upload "*" -r ultimaker --all -c
|
# run: conan upload "*" -r ultimaker --all -c
|
||||||
|
6
.github/workflows/conan-recipe-export.yml
vendored
6
.github/workflows/conan-recipe-export.yml
vendored
@ -74,6 +74,6 @@ jobs:
|
|||||||
- name: Create the latest alias
|
- name: Create the latest alias
|
||||||
if: "${{ inputs.recipe_id_latest == '' }}"
|
if: "${{ inputs.recipe_id_latest == '' }}"
|
||||||
run: conan alias ${{ inputs.recipe_id_latest }} ${{ inputs.recipe_id_full }}
|
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)
|
# - name: Upload the Package(s)
|
||||||
run: conan upload "*" -r ultimaker --all -c
|
# run: conan upload "*" -r ultimaker --all -c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user