Skip to content

Added quotes to GITLAB_SKIP_PG_UPGRADE

Adam Mulvany requested to merge ZD-71765-AM-docker-build-fail into master

Issue: Docker throws a "unary operator expected error" during build.

Fix: GITLAB_SKIP_PG_UPGRADE needs quotes because if it's not set then bash tries to execute the following:

if [ != true ]; then

Merge request reports