mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-28 09:24:24 +01:00
(bug) unable to run open project update task
This commit is contained in:
parent
1e74afd755
commit
221ed8009a
@ -2,6 +2,8 @@
|
||||
|
||||
## Next release
|
||||
|
||||
- Fix a bug: unable to run open project update task
|
||||
|
||||
## v6.3.33 2024 October 2
|
||||
|
||||
- Fix a bug: unable to reset OpenApi token
|
||||
|
@ -19,7 +19,7 @@ namespace :fablab do
|
||||
task bulk_update: :environment do
|
||||
if Setting.get('openlab_app_id').present? && Setting.get('openlab_app_secret').present?
|
||||
Project.find_each do |project|
|
||||
project.openlab_update
|
||||
project.openlab_create_or_update
|
||||
puts '-> Done'
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user