Files
shields/services/continuousphp/continuousphp.service.js
Pierre-Yves B 87d8028b0b Deprecate [Continuousphp] service (#5942)
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2020-12-14 00:36:52 +00:00

14 lines
252 B
JavaScript

'use strict'
const { deprecatedService } = require('..')
module.exports = deprecatedService({
category: 'build',
route: {
base: 'continuousphp',
pattern: ':various+',
},
label: 'continuousphp',
dateAdded: new Date('2020-12-12'),
})