File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ build_job:
32
32
- if [ -z "$PGPORT" ]; then PGPORT=5789; fi
33
33
- ./configure --prefix=$(pwd)/tmp_install --port=--with-zstd --with-icu --with-python
34
34
- make
35
- - make -C contrib
35
+ - make -C contrib
36
36
when : always
37
37
38
38
build_docs_job :
@@ -53,7 +53,7 @@ make_check_job:
53
53
tags :
54
54
- unix
55
55
before_script :
56
- - unset SUCMD
56
+ - unset SUCMD
57
57
- if [ $(id -u) -eq 0 ]; then SUCMD="sudo -u postgres"; fi
58
58
- export SUCMD
59
59
script :
@@ -64,14 +64,14 @@ make_installcheck_job:
64
64
when : on_success
65
65
only :
66
66
- /^PGPRO.*9_[56]$/
67
- tags:
68
- - unix
67
+ tags :
68
+ - unix
69
69
before_script :
70
- - unset SUCMD
70
+ - unset SUCMD
71
71
- if [ $(id -u) -eq 0 ]; then SUCMD="sudo -u postgres"; fi
72
72
- export SUCMD
73
73
script :
74
- - $SUCMD ./.ci/run_install_check
74
+ - $SUCMD ./.ci/run_install_check
75
75
collect_logs_job :
76
76
stage : collect_logs
77
77
when : on_failure
You can’t perform that action at this time.
0 commit comments