Skip to content

Commit 8468521

Browse files
chreekatMikolaj
authored andcommitted
gitlab-ci/brew.sh/curl: fail with more noise
1 parent 24f336d commit 8468521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/brew.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ brew_dir="${CI_PROJECT_DIR}/.brew"
99

1010
if [ ! -e "${brew_dir}" ]; then
1111
mkdir -p "${brew_dir}"
12-
curl -L "https://github.com/Homebrew/brew/archive/refs/tags/${BREW_VERSION}.tar.gz" | tar xz --strip 1 -C "${brew_dir}"
12+
curl --fail-with-body -L "https://github.com/Homebrew/brew/archive/refs/tags/${BREW_VERSION}.tar.gz" | tar xz --strip 1 -C "${brew_dir}"
1313
fi
1414

1515
export PATH="${brew_dir}/bin:${brew_dir}/sbin:$PATH"

0 commit comments

Comments
 (0)