Skip to content

Commit

Permalink
deploys
Browse files Browse the repository at this point in the history
Signed-off-by: Eugenio Paolantonio (g7) <me@medesimo.eu>
  • Loading branch information
g7 committed Sep 19, 2020
1 parent 0e473ca commit a16ee32
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@ _debian_package_build_template: &debian_package_build_template
${DOCKER_IMAGE} \
/bin/sh -c "cd /buildd/sources ; apt install -y python3-git ; ./build_package.sh"
deploy:
provider: releases
edge: true # use dpl v2
draft: false
file:
- /tmp/buildd-results/*.deb
- /tmp/buildd-results/*.dsc
- /tmp/buildd-results/*.changes
- /tmp/buildd-results/*.tar.*
on:
tags: true
condition: -n $RELEASES_TOKEN

_bullseye_amd64_full_env_filter: &bullseye_amd64_full_env_filter
if: env(BUILD_ON) =~ /^amd64 ?/ AND (branch =~ /^(feature\/)?bullseye(\/)?.*$/ OR (tag =~ /^hybris-mobian\/bullseye\/.*$/))

Expand Down

0 comments on commit a16ee32

Please sign in to comment.