- These are used to setup a Shippable resource.
- Two files should be defined
init.shandcleanup.shin the following structure for every resource and integration master name combination:├── <os> │ └── resources │ ├── <resourceType> │ │ ├── <integrationMasterName> │ │ │ ├── cleanup.sh │ │ │ └── init.sh
- These are templates used to generate a runSh job script:
├── <os> │ └── job │ │ ├── boot.sh │ │ ├── envs.sh │ │ ├── header.sh │ │ └── task.sh
- Install shellcheck and run the liniting command found in
shippable.yml.