Skip to content

Commit

Permalink
fixed echo statement
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Dec 4, 2023
1 parent 9a3513c commit 11c632e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function set_label_flags() {

if grep -E 'keep-namespace' <<< "$PR_LABELS"; then
RELEASE_NAMESPACE='false'
echo "Namespace will be released"
echo "Namespace will not be released"
fi

if grep -E 'skip-build' <<< "$PR_LABELS"; then
Expand Down

0 comments on commit 11c632e

Please sign in to comment.