We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2d10346 commit068cf15Copy full SHA for 068cf15
.gitlab-ci.yml
@@ -32,7 +32,7 @@ build_job:
32
-if [ -z "$PGPORT" ]; then PGPORT=5789; fi
33
-./configure --prefix=$(pwd)/tmp_install --port=--with-zstd --with-icu --with-python
34
-make
35
-- make -C contrib
+-make -C contrib
36
when:always
37
38
build_docs_job:
@@ -53,7 +53,7 @@ make_check_job:
53
tags:
54
-unix
55
before_script:
56
-- unset SUCMD
+-unset SUCMD
57
-if [ $(id -u) -eq 0 ]; then SUCMD="sudo -u postgres"; fi
58
-export SUCMD
59
script:
@@ -64,14 +64,14 @@ make_installcheck_job:
64
when:on_success
65
only:
66
-/^PGPRO.*9_[56]$/
67
-tags:
68
-- unix
+tags:
+ -unix
69
70
+ -unset SUCMD
71
72
73
74
-- $SUCMD ./.ci/run_install_check
+ -$SUCMD ./.ci/run_install_check
75
collect_logs_job:
76
stage:collect_logs
77
when:on_failure