mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
gitlab-ci: drop debian patches before building, as they might conflict
This commit is contained in:
parent
ac9bc5d7b0
commit
2b62943a2d
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ debian_ci:
|
|||
- git config user.email "$GITLAB_USER_NAME" && git config user.name "$GITLAB_USER_EMAIL"
|
||||
- cd $CI_PROJECT_DIR/.. && (apt-get source --download-only -t experimental firejail || apt-get source --download-only firejail)
|
||||
- cd $CI_PROJECT_DIR && tar xf ../firejail_*.debian.tar.*
|
||||
- rm -rf debian/patches/
|
||||
- VERSION=$(grep ^PACKAGE_VERSION= configure | cut -d"'" -f2) && dch -v ${VERSION}-0.1~ci "Non-maintainer upload." && git archive -o ../firejail_${VERSION}.orig.tar.gz HEAD && pristine-tar commit ../firejail_${VERSION}.orig.tar.gz ci_build && git branch -m pristine-tar origin/pristine-tar
|
||||
- git add debian && git commit -m "add debian/"
|
||||
- export CI_COMMIT_SHA=$(git rev-parse HEAD)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue