Skip to content

Commit 358d863

Browse files
committed
only build for master, use sa-ricebook for custom builds
1 parent f3e75ea commit 358d863

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitlab-ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ stages:
77
- rpm
88
test:
99
stage: test
10+
only:
11+
- master
1012
script:
1113
- "make test"
1214
build:
1315
stage: build
16+
only:
17+
- master
1418
script:
1519
- make build
1620
artifacts:
@@ -19,6 +23,8 @@ build:
1923
expire_in: 1 week
2024
rpm:
2125
stage: rpm
26+
only:
27+
- master
2228
script:
2329
- "./make-rpm"
2430
dependencies:

0 commit comments

Comments
 (0)