Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
riseup-vpn_package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
riseup-vpn_package
Commits
a10a18f2
Verified
Commit
a10a18f2
authored
5 years ago
by
Kali Kaneko
Committed by
micah
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[ci] include helpers
parent
ed62b1f6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-9
7 additions, 9 deletions
.gitlab-ci.yml
with
7 additions
and
9 deletions
.gitlab-ci.yml
+
7
−
9
View file @
a10a18f2
...
...
@@ -13,15 +13,13 @@ deb:
stage
:
build
allow_failure
:
false
script
:
# - mv debian debian.bk && git checkout incoming && mv debian.bk debian
#- git config user.name "Gitlab CI"
#- git config user.email "gitlabci@0xacab.org"
#- git add debian/*
#- ls -la debian
# - git commit -m 'autocommit for debian folder'
-
./build-deb.sh && mv ../*.deb .
#- gbp buildpackage --git-ignore-new --git-force-create --git-upstream-tree=SLOPPY --git-no-pristine-tar --git-debian-branch=incoming --git-builder='debuild -us -uc'
#- mv ../*.deb .
-
git config user.name "Gitlab CI"
-
git config user.email "gitlabci@0xacab.org"
-
git checkout master debian/ helpers/
-
git add debian/* helpers/*
-
git commit -m 'autocommit for debian folder'
-
gbp buildpackage --git-ignore-new --git-force-create --git-upstream-tree=SLOPPY --git-no-pristine-tar --git-debian-branch=incoming --git-builder='debuild -us -uc'
-
mv ../*.deb .
tags
:
-
linux
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment