Fixed woodpecker config
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
Gregory Ballantine 2023-01-25 11:38:48 -05:00
parent ce9efc463d
commit c7f9c4cf73

View File

@ -43,7 +43,7 @@ pipeline:
port: 22 port: 22
target: /srv/repo/apt/dragoon/ target: /srv/repo/apt/dragoon/
source: target/dragoon-*.deb source: target/dragoon-*.deb
strip_components: 2 strip_components: 1
when: when:
event: tag event: tag
@ -58,7 +58,7 @@ pipeline:
port: 22 port: 22
target: /srv/repo/dnf/dragoon/ target: /srv/repo/dnf/dragoon/
source: target/rpm/dragoon/RPMS/noarch/dragoon-*.rpm source: target/rpm/dragoon/RPMS/noarch/dragoon-*.rpm
strip_components: 2 strip_components: 5
when: when:
event: tag event: tag