Loading debian/.gitlab-ci.yml +5 −2 Original line number Diff line number Diff line Loading @@ -7,5 +7,8 @@ build: - apt update && apt -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 - git checkout pristine-tar - git pull - git checkout master - git pull - gbp buildpackage -uc -us Loading
debian/.gitlab-ci.yml +5 −2 Original line number Diff line number Diff line Loading @@ -7,5 +7,8 @@ build: - apt update && apt -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 - git checkout pristine-tar - git pull - git checkout master - git pull - gbp buildpackage -uc -us