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
88
Issues
88
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
cd5f7f5c
Commit
cd5f7f5c
authored
Sep 17, 2019
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: remove the packaging:deb job
Too hard to maintain...
parent
b5f7e599
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
26 deletions
+0
-26
.gitlab-ci.yml
.gitlab-ci.yml
+0
-26
No files found.
.gitlab-ci.yml
View file @
cd5f7f5c
...
...
@@ -214,32 +214,6 @@ packaging:rpm:
dependencies
:
-
build:fedora
packaging:deb:
stage
:
packaging
only
:
-
master@louiz/biboumi
-
debian@louiz/biboumi
tags
:
-
docker
allow_failure
:
true
image
:
docker.louiz.org/louiz/biboumi/packaging-debian:latest
before_script
:
[]
script
:
-
git checkout debian
-
git pull
-
git merge --no-commit --no-ff master
-
mk-build-deps
-
apt update -y
-
apt install -y ./biboumi-build-deps*.deb
-
debuild -b -us -uc
-
mv ../*.deb .
-
mv ../*.build .
-
mv ../*.buildinfo .
dependencies
:
[]
artifacts
:
untracked
:
true
name
:
$CI_PROJECT_NAME-deb-$CI_BUILD_ID
packaging:archlinux:
stage
:
packaging
only
:
...
...
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