LDP/.drone.yml

18 lines
459 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 15:53:28 +00:00
- free
2020-08-09 03:29:09 +00:00
- ls -alR /LDP
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 16:28:39 +00:00
- ldptool --loglevel info --builddir BUILD --configfile .github/builder-pr.ldptool.cfg --pubdir MAIN --publish
2020-08-09 17:27:08 +00:00
- ls -lR /drone