Skip to content

Commit 315f662

Browse files
committed
ci: align checks results on the right side
Before: * Run Ansible Lint... SUCCESS * Run integration tests... SUCCESS * Run danger... SKIP After: * Run Ansible Lint SUCCESS * Run integration tests SUCCESS * Run danger SKIP
1 parent b25f012 commit 315f662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scripts/ci/check-build-and-verify.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ print_status() {
2626
status='SKIP'
2727
color=33
2828
fi
29-
printf "* %s... \033[1;%dm%s\033[0m\n" "$msg" "$color" "$status"
29+
printf "* %-30s \033[1;%dm%-7s\033[0m\n" "$msg" "$color" "$status"
3030
}
3131

3232
print_log() {

0 commit comments

Comments
 (0)