debugging anchors
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nils Stinnesbeck 2020-02-21 20:50:17 +01:00
parent 96c0b82aaf
commit 4641648897
Signed by: nils
GPG Key ID: 86D4882C6C6CA48B

View File

@ -32,7 +32,7 @@ name: gluon-build
clone:
depth: 50
steps:
steps: &steps
- name: submodules
image: docker:git
commands:
@ -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
@ -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