diff --git a/ci/bash-lib.yml b/ci/bash-lib.yml index 73195ac836..b5f35bf9c9 100644 --- a/ci/bash-lib.yml +++ b/ci/bash-lib.yml @@ -2,14 +2,14 @@ # SPDX-License-Identifier: Apache-2.0 parameters: - var_name: '' + var_name: "" steps: - bash: | set -euo pipefail TMP=$(mktemp) - PROJ_DIR="$(pwd)" - cat > $TMP <<'END' + cat > "$TMP" <<'END' + PROJ_DIR="$PWD" escape_slack() { local r r="$1"