jsonnet-compose/.drone
Giles Bradshaw bcf2a510b7
continuous-integration/drone/push Build is passing Details
ci: settings configured wrong
2020-07-30 09:24:34 +01:00
..
.drone.jsonnet ci: settings configured wrong 2020-07-30 09:24:34 +01:00
.drone.yml ci: settings configured wrong 2020-07-30 09:24:34 +01:00
README.md ci: added npm publish step 2020-07-30 09:02:45 +01:00
drone initial commit 2020-07-30 07:05:03 +01:00

README.md

.drone

these files are used to build a yml file to specify the drone build.

To build you need to install drone utility.

drone jsonnet --source .drone/.drone.jsonnet --target .drone/.drone.yml --stream

make a pre commit hook to compile


echo 'drone jsonnet --source .drone/.drone.jsonnet --target .drone/.drone.yml --stream' > .git/hooks/pre-commit
echo 'git add .drone/.drone.yml' >> .git/hooks/pre-commit

chmod +x .git/hooks/pre-commit