()
| 302 | } |
| 303 | |
| 304 | getImagePath() { |
| 305 | if (this.isPlatformDeployment()) { |
| 306 | return path.join(__dirname, '../../config/images'); |
| 307 | } |
| 308 | return path.join(__dirname, '../images'); |
| 309 | } |
| 310 | |
| 311 | getJobsPath() { |
| 312 | if (this.isPlatformDeployment()) { |
no test coverage detected