Skip to content

Commit ceca852

Browse files
committed
Merge branch 'PGPROEE9_6' into 'PGPROEE9_6'
Enable GitLab CI for PGPROEE9_6 branch only https://jira.postgrespro.ru/browse/TEST-37 See merge request !3
2 parents d316545 + 981d9d3 commit ceca852

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build:debian-7:
1515
stage: build
1616
image: debian:7
1717
only:
18-
- master
18+
- PGPROEE9_6
1919
before_script:
2020
- apt-get update && apt-get install -y gcc make flex bison libreadline-dev zlib1g-dev jade
2121
script:
@@ -28,7 +28,7 @@ build:debian-8:
2828
stage: build
2929
image: debian:8
3030
only:
31-
- master
31+
- PGPROEE9_6
3232
before_script:
3333
- apt update && apt -y install gcc make flex bison libreadline-dev zlib1g-dev jade
3434
script:
@@ -40,7 +40,7 @@ build:debian-8:
4040
sanitize:clang:
4141
stage: sanitize
4242
only:
43-
- master
43+
- PGPROEE9_6
4444
before_script:
4545
- apt update && apt -y install clang libfindbin-libs-perl
4646
script:
@@ -51,7 +51,7 @@ sanitize:clang:
5151
sanitize:cppcheck:
5252
stage: sanitize
5353
only:
54-
- master
54+
- PGPROEE9_6
5555
before_script:
5656
- apt update && apt -y install cppcheck
5757
script:
@@ -61,7 +61,7 @@ sanitize:cppcheck:
6161
test:
6262
stage: test
6363
only:
64-
- master
64+
- PGPROEE9_6
6565
before_script:
6666
- apt update && apt -y install gcc make flex bison libreadline-dev zlib1g-dev jade
6767
script:
@@ -73,7 +73,7 @@ test:
7373
package:
7474
stage: package
7575
only:
76-
- master
76+
- PGPROEE9_6
7777
script:
7878
- echo "Building deb package here"
7979
when: always

0 commit comments

Comments
 (0)