Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-09-27 13:32:26 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2018-10-02 18:08:12 +0300
commitfcb77970b6ca26f031d5bcf935855a91bbb35158 (patch)
treea6bcef7e2ce1cd45eb97e26dc7c56db3a9dcf52a /lib/gitlab/ci/status/build
parenteee454e142fb99646649f8b8c9ccd8626c9bd70a (diff)
Fix Status::Build::Scheduled. Add spec for the class.
Diffstat (limited to 'lib/gitlab/ci/status/build')
-rw-r--r--lib/gitlab/ci/status/build/scheduled.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/gitlab/ci/status/build/scheduled.rb b/lib/gitlab/ci/status/build/scheduled.rb
index 7b46c81fb5d..d7d762cdf7a 100644
--- a/lib/gitlab/ci/status/build/scheduled.rb
+++ b/lib/gitlab/ci/status/build/scheduled.rb
@@ -8,7 +8,10 @@ module Gitlab
image: 'illustrations/scheduled-job_countdown.svg',
size: 'svg-394',
title: _("This is a scheduled to run in ") + " #{execute_in}",
- content: _("This job will automatically run after it's timer finishes. Often they are used for incremental roll-out deploys to production environments. When unscheduled it converts into a manual action.")
+ content: _("This job will automatically run after it's timer finishes. " \
+ "Often they are used for incremental roll-out deploys " \
+ "to production environments. When unscheduled it converts " \
+ "into a manual action.")
}
end