ci: debian branch, pull the debian branch before trying to merge with master
1 files changed, 1 insertions(+), 0 deletions(-) M .gitlab-ci.yml
M .gitlab-ci.yml => .gitlab-ci.yml +1 -0
@@ 292,6 292,7 @@ packaging:deb: before_script: [] script: - git checkout debian + - git pull - git merge --no-commit --no-ff master - mk-build-deps - apt update -y