Commit fc0a4769 authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Merge branch 'fix-non-blocking-warning' into 'master'

fix: non-blocking warning in case failed decoding @url@ variable

See merge request to-be-continuous/dbt!53
parents 7d1c55b0 be67eac1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -399,7 +399,7 @@ stages:
          log_warn "Failed getting secret \\e[33;1m${name}\\e[0m:\\n$(sed 's/^/... /g' "${decoded}")\\n... -----\\n$(sed 's/^/... /g' "${errors}")"
        fi
      else
        fail "Couldn't get secret \\e[33;1m${name}\\e[0m: no http client found"
        log_warn "Couldn't get secret \\e[33;1m${name}\\e[0m: no http client found"
      fi
      ;;
    esac