Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sso
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
8
Issues
8
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
ai
sso
Commits
1f28fe38
Commit
1f28fe38
authored
Dec 10, 2016
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: Only build Debian packages for the master branch
parent
e7e13f13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
.gitlab-ci.yml
.gitlab-ci.yml
+6
-0
No files found.
.gitlab-ci.yml
View file @
1f28fe38
...
...
@@ -18,6 +18,8 @@ build:src:
artifacts
:
paths
:
-
build-deb/
only
:
-
master
build:pkg:
stage
:
build_pkg
...
...
@@ -28,6 +30,8 @@ build:pkg:
artifacts
:
paths
:
-
output-deb/
only
:
-
master
upload:pkg:
stage
:
upload
...
...
@@ -35,4 +39,6 @@ upload:pkg:
script
:
"
upload-packages"
dependencies
:
-
build:pkg
only
:
-
master
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment