We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d1765 commit 7a9c8b1Copy full SHA for 7a9c8b1
.gitlab-ci.yml
@@ -15,9 +15,12 @@ test:ubuntu-16.04:
15
only:
16
- PGPROEE9_6
17
before_script:
18
+ - echo "Current user id is `id`"
19
- apt-get update && apt-get install -y sudo gcc make flex bison libreadline-dev zlib1g-dev openjade libzstd-dev opensp docbook docbook-xml docbook-xsl libxml2-utils xsltproc python-dev libicu-dev
20
script:
21
- ./configure --prefix=/opt/pgproee --with-zstd --with-icu --with-python
22
- make -j $CORES world
23
- make check-world
24
+ after_script:
25
+ - cat src/test/regress/log/initdb.log
26
when: always
0 commit comments