This commit is contained in:
parent
96c0b82aaf
commit
4641648897
30
.drone.yml
30
.drone.yml
@ -32,25 +32,25 @@ name: gluon-build
|
||||
clone:
|
||||
depth: 50
|
||||
|
||||
steps:
|
||||
- name: submodules
|
||||
steps: &steps
|
||||
- name: submodules
|
||||
image: docker:git
|
||||
commands:
|
||||
- git submodule update --recursive --init
|
||||
|
||||
- name: change site to multi
|
||||
- name: change site to multi
|
||||
image: docker:git
|
||||
commands:
|
||||
- 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
|
||||
@ -185,11 +185,11 @@ steps:
|
||||
# target: /srv/fwuploads/troisdorf/multi/beta
|
||||
# source: /drone/src/gluon/output/beta/images/*
|
||||
#
|
||||
- name: upload experimental &name
|
||||
<<: *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
|
||||
|
Loading…
Reference in New Issue
Block a user