Loading debian/.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -7,4 +7,6 @@ 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 "make master branch current for gbp" - git checkout -B "$CI_COMMIT_REF_NAME" "$CI_COMMIT_SHA" - gbp buildpackage -uc -us Loading
debian/.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -7,4 +7,6 @@ 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 "make master branch current for gbp" - git checkout -B "$CI_COMMIT_REF_NAME" "$CI_COMMIT_SHA" - gbp buildpackage -uc -us