LDP/.drone.yml

18 lines
452 B
YAML
Raw Normal View History

2020-08-08 14:26:35 +00:00
kind: pipeline
type: docker
2020-08-08 15:41:16 +00:00
name: 🗃 LDP Builder
2020-08-08 14:26:35 +00:00
steps:
- name: Let Us Build
image: tldp/builder:latest
commands:
2020-08-08 16:19:22 +00:00
- pwd
2020-08-08 15:53:28 +00:00
- free
2020-08-08 15:55:53 +00:00
- ls -alR /drone
2020-08-08 14:26:35 +00:00
- ldptool --dump-cfg
- mkdir -p MAIN
- mkdir -p BUILD
- pwd
- ldptool --loglevel info --builddir BUILD --configfile .github/builder-pr.ldptool.cfg --pubdir MAIN --list
2020-08-08 15:53:28 +00:00
#- ldptool --loglevel info --builddir BUILD --configfile .github/builder-pr.ldptool.cfg --pubdir MAIN --publish