-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Labels
featureFeature missing according to gitlab ci standardFeature missing according to gitlab ci standard
Description
Is your feature request related to a problem? Please describe.
function section_start() {
local id="${1}"
local title="${2}"
echo -e "\e[0Ksection_start:$(date +%s):${id}\r\e[0K${title}"
}
function section_end() {
local id="${1}"
echo -e "\e[0Ksection_end:$(date +%s):${id}\r\e[0K"
}
Describe the solution you'd like
I would like gitlab-ci-local to print and make a timing like Gitlab CI/CD does, when sections are used
Metadata
Metadata
Assignees
Labels
featureFeature missing according to gitlab ci standardFeature missing according to gitlab ci standard