Skip to content

Commit

Permalink
Allow for a bool to only build from local cache
Browse files Browse the repository at this point in the history
This is a workaround to allow further development of this Action
until we have the JFrog server up and running.

Contributes to CURA-9365
  • Loading branch information
jellespijker committed Jun 16, 2022
1 parent 6b1b017 commit 3cd1c65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/conan-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
python_version: '3.10.4'
conan_config_branch: 'CURA-9177_Fix_CI_CD'
conan_logging_level: 'info'
conan_update: false # FIXME: Once we have the new JFrog server up and running
secrets: inherit

conan-package-create-macos:
Expand All @@ -69,6 +70,7 @@ jobs:
python_version: '3.10.4'
conan_config_branch: 'CURA-9177_Fix_CI_CD'
conan_logging_level: 'info'
conan_update: false # FIXME: Once we have the new JFrog server up and running
secrets: inherit

conan-package-create-windows:
Expand All @@ -83,6 +85,7 @@ jobs:
python_version: '3.10.4'
conan_config_branch: 'CURA-9177_Fix_CI_CD'
conan_logging_level: 'info'
conan_update: false # FIXME: Once we have the new JFrog server up and running
secrets: inherit

conan-package-create-linux:
Expand All @@ -97,4 +100,5 @@ jobs:
python_version: '3.10.4'
conan_config_branch: 'CURA-9177_Fix_CI_CD'
conan_logging_level: 'info'
conan_update: false # FIXME: Once we have the new JFrog server up and running
secrets: inherit

0 comments on commit 3cd1c65

Please sign in to comment.