diff options
author | louiz’ <louiz@louiz.org> | 2017-02-12 15:23:41 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-02-12 15:23:41 +0100 |
commit | 70014a7f6611360d4862835586dbaa30df20a2d0 (patch) | |
tree | 3f1b683912bcbee98652e319948aa596d5cef9a1 | |
parent | 7d41577bc46d6ba300da2b0f13d2e318b087b118 (diff) | |
download | biboumi-70014a7f6611360d4862835586dbaa30df20a2d0.tar.gz biboumi-70014a7f6611360d4862835586dbaa30df20a2d0.tar.bz2 biboumi-70014a7f6611360d4862835586dbaa30df20a2d0.tar.xz biboumi-70014a7f6611360d4862835586dbaa30df20a2d0.zip |
ci: run apt update before apt install in packaging:deb
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b5c113..ac6f2bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -171,6 +171,7 @@ packaging:deb: - git checkout debian - git merge --no-commit --no-ff master - mk-build-deps + - apt update -y - apt install -y ./biboumi-build-deps*.deb - debuild -b -us -uc - mv ../*.deb . |