diff options
| author | Balasankar "Balu" C <balasankar@gitlab.com> | 2017-12-14 19:18:18 +0530 |
|---|---|---|
| committer | Balasankar "Balu" C <balasankar@gitlab.com> | 2017-12-14 19:18:18 +0530 |
| commit | bb619a9626e2802d5ecd7b396f1ad04766002746 (patch) | |
| tree | 3e234709b397cfb0e3a78a61838b29153113d1ac | |
| parent | 54c19b5b6bcd5e722c343d879cb111f8a13cf850 (diff) | |
| download | gitlab-ce-trigger-user-pipeline-info.tar.gz | |
Make rubocop happytrigger-user-pipeline-info
| -rwxr-xr-x | scripts/trigger-build-omnibus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/trigger-build-omnibus b/scripts/trigger-build-omnibus index 78f01c0e063..85ea4aa74ac 100755 --- a/scripts/trigger-build-omnibus +++ b/scripts/trigger-build-omnibus @@ -88,7 +88,7 @@ module Omnibus end def duration - (Time.now.to_i - @start)/60 + (Time.now.to_i - @start) / 60 end def status |
