CI / CD
@if ci_service_error
CI service unavailable. The CI service is not running or cannot be reached.
@end
@if ci_runs.len == 0
@if !ci_service_error
@if has_ci_file
@end
@else
No CI runs yet. Push a commit to trigger a CI run.
@elseNo CI runs yet. Add a .gitly-ci.yml file to your repository to enable CI.
Status
Branch
Commit
Time
@for ci_run in ci_runs
@{ci_run.status.icon()} @{ci_run.status.str()}
@ci_run.branch
@ci_run.commit_hash
@{ci_run.relative_time()}
@end