You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
466 B
5 lines
466 B
%= include '_base/jobs/milestone', milestone => { is_complete => $job->{notes}->{is_clone_complete}, text => 'Getting copy of blog source directory.' };
|
|
|
|
%= include '_base/jobs/milestone', milestone => { is_complete => $job->{notes}->{is_build_complete}, text => 'Building production HTML content with Jekyll' };
|
|
|
|
%= include '_base/jobs/milestone', milestone => { is_complete => $job->{notes}->{is_deploy_complete}, text => 'Syncing HTML content with webservers' };
|
|
|