master #1

Merged
lino.jorzick merged 203 commits from External/greenlight:master into master 2021-10-02 18:19:43 +00:00
1 changed files with 6 additions and 0 deletions
Showing only changes of commit 19434df22c - Show all commits

6
lib/tasks/liveness.rake Normal file
View File

@ -0,0 +1,6 @@
# frozen_string_literal: true
desc('livenessProbe')
task liveness: :environment do
puts "success"
end