Skip to content

Commit

Permalink
Merge branch 'hotfix/2.9.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Oct 15, 2020
2 parents f17f067 + ee2e589 commit bbb5553
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ steps:
when:
event: [tag]

- name: build report-templates zip package
image: thehiveproject/neurons-build-report-templates
when:
event: [tag]


# Bintray will not be used anymore. We keep it until Feb 21

- name: upload catalogs to bintray
image: thehiveproject/drone-bintray
settings:
Expand Down Expand Up @@ -91,7 +99,8 @@ steps:
when:
event: [tag]

- name: upload catalogs to package server

- name: upload catalogs and report-templates package to package server
image: appleboy/drone-scp
settings:
host: {from_secret: package_host}
Expand All @@ -103,6 +112,7 @@ steps:
- analyzers/analyzers-stable.json
- responders/responders.json
- responders/responders-stable.json
- report-templates.zip
strip_components: 1
when:
event: [tag]
Expand All @@ -112,6 +122,8 @@ steps:
when:
branch: [develop]


# Bintray will not be used anymore. We keep it until Feb 21
- name: upload devel catalogs to bintray
image: thehiveproject/drone-bintray
settings:
Expand Down

0 comments on commit bbb5553

Please sign in to comment.