gitlab-build-images/scripts
Patrick Steinhardt 9e8f7b973a scripts: Fix pgbouncer install script not reporting errors
The install-pgbouncer script is not currently reporting any build errors
to the caller, except if the final `rm -rf` fails. Fix the issue by
executing `set -xeuo pipefail` to properly report errors of any
unchecked commands and chaining commands with `&&`'s. While the latter
shouldn't be necessary anymore because of changed options, it's easy
enough to do for this script.

With this change, we now properly notice that building pgbouncer fails
currently because of a missing libevent dependency. This failure is
fixed in a subsequent commit.
2021-03-16 10:41:30 +01:00
..
build-helpers.sh Use a manual job to trigger a selective build/push 2021-02-02 13:30:18 +01:00
cache-google-chrome Only do a HEAD request for the image to avoid downloading it 2018-02-28 13:42:44 -08:00
custom-docker-build ci: Start building images for git v2.31.0 2021-03-16 08:41:54 +01:00
install-chrome Remove sources from Google to reduce dependency 2019-05-30 13:40:56 +00:00
install-docker Tighten Docker package regexp 2020-06-05 11:58:25 -07:00
install-essentials Install git-core 2021-02-03 10:56:53 +00:00
install-git Install pcre2 2019-05-07 12:32:22 -07:00
install-golang Fix for bug that forces all Go binaries to be based on Go 1.8 (the default) 2017-12-21 11:55:07 +00:00
install-graphicsmagick Compile graphicsmagick with jpeg/tiff 2019-02-18 14:25:42 +00:00
install-lfs Add Git LFS 2019-12-04 14:46:07 +00:00
install-node Upgrade the default Node.js version from 12.4.0 to 14.16.0 2021-02-27 13:25:53 +00:00
install-noto-emoji Add workaround for installing Noto Emoji for gitlab-puppeteer 2018-11-08 21:54:07 +00:00
install-pcre2 Make pcre2 default and not configurable 2019-05-08 08:53:57 -07:00
install-pgbouncer scripts: Fix pgbouncer install script not reporting errors 2021-03-16 10:41:30 +01:00
install-postgresql Use stretch repos of PostgreSQL 2019-04-02 17:21:02 +05:30
install-ruby Fix patching ruby 2021-02-01 18:31:37 +01:00
install-www-gitlab-com Update Ruby 2.6 to 2.7 in www-gitlab-com image 2021-01-29 15:11:27 +00:00