Drone CI: fetch tags
Some checks failed
gitea.evolix.org on plain agent00/evobackup/pipeline/head There was a failure building this commit
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
David Prevot 2022-06-28 14:26:48 +02:00
parent 4184617e34
commit e82d3dbfd4

View file

@ -2,16 +2,19 @@ kind: pipeline
name: default
steps:
- name: fetch
image: alpine/git
commands:
- git fetch --tags
- name: build debian package
image: evolix/gbp:bullseye
branches:
- wip-debian
commands:
- whoami
- ls -la debian
- mk-build-deps --install --remove debian/control
- git clean --force
- git status
- gbp buildpackage
volumes:
- name: tmp