Skip to content

Commit

Permalink
ci: donot manually apply patch in debian package jobs
Browse files Browse the repository at this point in the history
patches are automatically applied during package build
so need to be applied manually
  • Loading branch information
jkito authored and jkito committed Sep 8, 2024
1 parent 12a5841 commit 37e0f7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ build_debian12_package:
- "DEBIAN_FRONTEND=noninteractive apt-get install -y -q golang-1.22"
- "update-alternatives --install /usr/bin/go go /usr/lib/go-1.22/bin/go 0"
- 'ln -s $(qmake6 -query "QT_INSTALL_BINS")/lrelease /usr/local/bin/lrelease'
- "patch -p1 < docker/*.patch"
script:
- "PROVIDER=bitmask make vendor"
- "PROVIDER=bitmask QMAKE=qmake6 make package_deb"
Expand All @@ -100,7 +99,6 @@ build_ubuntu22_package:
- "DEBIAN_FRONTEND=noninteractive apt-get install -y -q golang-go"
- "make depends"
- 'ln -s $(qmake6 -query "QT_INSTALL_BINS")/lrelease /usr/local/bin/lrelease'
- "patch -p1 < docker/*.patch"
script:
- "PROVIDER=bitmask make vendor"
- "PROVIDER=bitmask QMAKE=qmake6 make package_deb"
Expand Down

0 comments on commit 37e0f7d

Please sign in to comment.