Skip to content
Snippets Groups Projects

ci-buildpackage: Avoid git-restore as it is too new

Merged Emanuele Aina requested to merge wip/em/git-restore into apertis/v2022dev2
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -20,7 +20,7 @@ apt-get -qy -o APT::Get::Build-Dep-Automatic=yes \
build-dep "$(pwd)"
# Revert changes made by `wrap-and-sort`
git restore debian
git checkout debian/
dpkg-checkbuilddeps
Loading