This commit is contained in:
parent
96c0b82aaf
commit
4641648897
26
.drone.yml
26
.drone.yml
@ -32,7 +32,7 @@ name: gluon-build
|
|||||||
clone:
|
clone:
|
||||||
depth: 50
|
depth: 50
|
||||||
|
|
||||||
steps:
|
steps: &steps
|
||||||
- name: submodules
|
- name: submodules
|
||||||
image: docker:git
|
image: docker:git
|
||||||
commands:
|
commands:
|
||||||
@ -44,13 +44,13 @@ steps:
|
|||||||
- cd site
|
- cd site
|
||||||
- git checkout multidomain
|
- git checkout multidomain
|
||||||
|
|
||||||
# - name: make update
|
- name: make update
|
||||||
# <<: *env
|
<<: *env
|
||||||
# commands:
|
commands:
|
||||||
# - cd gluon
|
- cd gluon
|
||||||
# - make update
|
- make update
|
||||||
# environment:
|
environment:
|
||||||
# GLUON_TARGET: ar71xx-generic
|
GLUON_TARGET: ar71xx-generic
|
||||||
|
|
||||||
# - name: build-ath79-generic
|
# - name: build-ath79-generic
|
||||||
# <<: *gluon
|
# <<: *gluon
|
||||||
@ -185,11 +185,11 @@ steps:
|
|||||||
# target: /srv/fwuploads/troisdorf/multi/beta
|
# target: /srv/fwuploads/troisdorf/multi/beta
|
||||||
# source: /drone/src/gluon/output/beta/images/*
|
# source: /drone/src/gluon/output/beta/images/*
|
||||||
#
|
#
|
||||||
- name: upload experimental &name
|
# - name: upload experimental
|
||||||
<<: *upload
|
# <<: *upload
|
||||||
settings:
|
# settings:
|
||||||
target: /srv/fwuploads/troisdorf/multi/experimental
|
# target: /srv/fwuploads/troisdorf/multi/experimental
|
||||||
source: /drone/src/gluon/output/experimental/images/*
|
# source: /drone/src/gluon/output/experimental/images/*
|
||||||
#
|
#
|
||||||
# - name: slack
|
# - name: slack
|
||||||
# image: plugins/slack
|
# image: plugins/slack
|
||||||
|
Loading…
Reference in New Issue
Block a user