Skip to content

Commit

Permalink
fix: print better section names
Browse files Browse the repository at this point in the history
  • Loading branch information
paolomainardi authored Aug 26, 2024
1 parent 1292844 commit e20e612
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions templates/.gitlab-ci-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,14 @@ variables:
section_end "gitlab-agent"
# Print some useful job info.
section_start "job-info" "Job information"
section_start "job-info" "Print useful job information"
print_job_info
section_end "job-info"
# Handle debug sleep.
section_start "debug-sleep" "Job information"
section_start "debug-sleep" "Print debug information"
print_debug_sleep_help
# Default to 1 hour if not set
DEBUG_JOB_SLEEP_SECONDS="${DEBUG_JOB_SLEEP_SECONDS:-3600}"
if [ "${DEBUG_JOB_SLEEP}" = "1" ] && [ "${CI_JOB_NAME_SLUG}" = "${DEBUG_JOB_SLEEP_JOB_NAME}" ]; then
Expand Down

0 comments on commit e20e612

Please sign in to comment.