Skip to content

Commit 912eae9

Browse files
committed
scripts: Add PKG_NAME suffix to ci_helper.sh
Add PKG_NAME suffix to ci_helper.sh if defined. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
1 parent 385cf0e commit 912eae9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/ci_helpers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
color_out() {
4-
printf "\e[0;$1m%s\e[0;0m\n" "$2"
4+
printf "\e[0;$1m$PKG_NAME: %s\e[0;0m\n" "$2"
55
}
66

77
success() {

0 commit comments

Comments
 (0)