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: 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