more testing

This commit is contained in:
Nils Stinnesbeck 2020-02-21 20:37:01 +01:00
parent 751bdb0248
commit 0b18bc77be
Signed by: nils
GPG Key ID: 86D4882C6C6CA48B

View File

@ -44,13 +44,13 @@ steps:
- cd site
- git checkout multidomain
- name: make update
<<: *env
commands:
- cd gluon
- make update
environment:
GLUON_TARGET: ar71xx-generic
# - name: make update
# <<: *env
# commands:
# - cd gluon
# - make update
# environment:
# GLUON_TARGET: ar71xx-generic
# - name: build-ath79-generic
# <<: *gluon
@ -170,6 +170,8 @@ steps:
# - mkdir /srv/fwuploads/troisdorf/multi/stable
# - mkdir /srv/fwuploads/troisdorf/multi/beta
# - mkdir /srv/fwuploads/troisdorf/multi/experimental
# when:
# branch: master
#
# - name: upload stable
# <<: *upload
@ -183,11 +185,11 @@ steps:
# target: /srv/fwuploads/troisdorf/multi/beta
# source: /drone/src/gluon/output/beta/images/*
#
# - name: upload experimental
# <<: *upload
# settings:
# target: /srv/fwuploads/troisdorf/multi/experimental
# source: /drone/src/gluon/output/experimental/images/*
- name: upload experimental
<<: *upload
settings:
target: /srv/fwuploads/troisdorf/multi/experimental
source: /drone/src/gluon/output/experimental/images/*
#
# - name: slack
# image: plugins/slack