Loading debian/.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -4,8 +4,9 @@ build: stage: build before_script: - apt update && apt -y install devscripts git-buildpackage - apt-get update && apt-get -y install devscripts git-buildpackage - mk-build-deps --tool "apt -y -o Debug::pkgProblemResolver=yes --no-install-recommends" --install -r debian/control script: - echo "Ignore branch because CI moves to some commit" - gbp buildpackage -uc -us --git-ignore-branch Loading
debian/.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -4,8 +4,9 @@ build: stage: build before_script: - apt update && apt -y install devscripts git-buildpackage - apt-get update && apt-get -y install devscripts git-buildpackage - mk-build-deps --tool "apt -y -o Debug::pkgProblemResolver=yes --no-install-recommends" --install -r debian/control script: - echo "Ignore branch because CI moves to some commit" - gbp buildpackage -uc -us --git-ignore-branch