Skip to content

Commit 1bb433f

Browse files
committed
gitlab CI: fix configure args
1 parent c159b3a commit 1bb433f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ build_job:
3030
- /^PGPRO.*9_[56]$/
3131
script:
3232
- if [ -z "$PGPORT" ]; then PGPORT=5789; fi
33-
- ./configure --prefix=$(pwd)/tmp_install --with-perl --with-tcl ${TCLCONFIG:+--with-tclconfig=${TCLCONFIG} --with-zstd --with-icu --with-python
33+
- ./configure --prefix=$(pwd)/tmp_install --with-perl --with-tcl ${TCLCONFIG:+--with-tclconfig=${TCLCONFIG}} --with-zstd --with-icu --with-python
3434
- make
3535
- make -C contrib
3636
when: always

0 commit comments

Comments
 (0)