Commit beb4039c authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

fix: display the name of the missing variable

Not its empty content.
parent c5a7b426
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -293,7 +293,7 @@ stages:
  function publish() {
    if [ -z "$PACKAGES_FILES_PATTERN" ]
    then
      fail "The variable \\e[33;1m${PACKAGES_FILES_PATTERN}\\e[0m is mandatory"
      fail "The variable \\e[33;1mPACKAGES_FILES_PATTERN\\e[0m is mandatory"
    fi
    for file in $PACKAGES_FILES_PATTERN
    do