Skip to content

Commit 508a0fa

Browse files
committed
Experiment with pipeline: fix yaml syntax
1 parent 7a9c8b1 commit 508a0fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ test:ubuntu-16.04:
1515
only:
1616
- PGPROEE9_6
1717
before_script:
18-
- echo "Current user id is `id`"
18+
- echo "Current user id is `id`"
1919
- 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
2020
script:
2121
- ./configure --prefix=/opt/pgproee --with-zstd --with-icu --with-python
2222
- make -j $CORES world
2323
- make check-world
2424
after_script:
25-
- cat src/test/regress/log/initdb.log
25+
- cat src/test/regress/log/initdb.log
2626
when: always

0 commit comments

Comments
 (0)