LDP/.drone.yml

17 lines
443 B
YAML

kind: pipeline
type: docker
name: 🗃 LDP Builder
steps:
- name: Let Us Build
image: tldp/builder:latest
commands:
- free
- ls -alR /drone
- ldptool --dump-cfg
- mkdir -p MAIN
- mkdir -p BUILD
- pwd
- ldptool --loglevel info --builddir BUILD --configfile .github/builder-pr.ldptool.cfg --pubdir MAIN --list
- ldptool --loglevel info --builddir BUILD --configfile .github/builder-pr.ldptool.cfg --pubdir MAIN --publish