Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
biboumi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
90
Issues
90
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
louiz’
biboumi
Commits
9ce29fa7
Commit
9ce29fa7
authored
Feb 01, 2017
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: packaging:deb, build for debian branch, include built .deb file
parent
f197e303
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.gitlab-ci.yml
.gitlab-ci.yml
+3
-2
No files found.
.gitlab-ci.yml
View file @
9ce29fa7
...
@@ -162,6 +162,7 @@ packaging:deb:
...
@@ -162,6 +162,7 @@ packaging:deb:
stage
:
packaging
stage
:
packaging
only
:
only
:
-
master@louiz/biboumi
-
master@louiz/biboumi
-
debian@louiz/biboumi
tags
:
tags
:
-
docker
-
docker
image
:
docker.louiz.org/packaging-debian:latest
image
:
docker.louiz.org/packaging-debian:latest
...
@@ -173,6 +174,6 @@ packaging:deb:
...
@@ -173,6 +174,6 @@ packaging:deb:
-
apt install -y ./biboumi-build-deps*.deb
-
apt install -y ./biboumi-build-deps*.deb
-
debuild -b -us -uc
-
debuild -b -us -uc
artifacts
:
artifacts
:
untracked
:
true
paths
:
when
:
always
-
../*.deb
name
:
$CI_PROJECT_NAME-deb-$CI_BUILD_ID
name
:
$CI_PROJECT_NAME-deb-$CI_BUILD_ID
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