Skip to content

Commit db2ef53

Browse files
committed
gitlab CI: commit out prepare stage
1 parent 068cf15 commit db2ef53

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.gitlab-ci.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ stages:
55
- installtest
66
- collect_logs
77

8-
prepare-doc:
9-
stage: prepare
10-
image: ubuntu:16.04
11-
tags:
12-
- deb
13-
- docker
14-
only:
15-
- /^PGPRO.*9_[56]$/
16-
before_script:
17-
- export DEBIAN_FRONTEND=noninteractive
18-
- export CORES=$(grep -c ^processor /proc/cpuinfo)
19-
- uname -a
20-
- df -h
21-
script:
22-
- echo "Current user id is `id`"
23-
- 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
24-
- id -u postgres || adduser --disabled-login --gecos "Postgres" postgres
8+
#prepare-deb:
9+
# stage: prepare
10+
# image: ubuntu:16.04
11+
# tags:
12+
# - deb
13+
# - docker
14+
# only:
15+
# - /^PGPRO.*9_[56]$/
16+
# before_script:
17+
# - export DEBIAN_FRONTEND=noninteractive
18+
# - export CORES=$(grep -c ^processor /proc/cpuinfo)
19+
# - uname -a
20+
# - df -h
21+
# script:
22+
# - echo "Current user id is `id`"
23+
# - 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
24+
# - id -u postgres || adduser --disabled-login --gecos "Postgres" postgres
2525
build_job:
2626
stage: build
2727
tags:

0 commit comments

Comments
 (0)