mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(CI): upgrade to Circle CI v2 and leverage multiple containers for demo builds (#10991)
* trying Circle CI v2 * paths are fun * seeing how long a demos build takes * Batching Demo builds * testing demo builds on CI2 * batches count from 0 * ok, looks good. preparing for master branch * forgot `production=true` flag. let’s test that quick. * forgot to save the file * making sure that docs are still copied over to ionic-site in the deploy phase * getting ready for the PR again
This commit is contained in:
committed by
Dan Bucholtz
parent
eb468d2530
commit
44f36c4509
@ -30,7 +30,8 @@ task('docs.dgeni', () => {
|
||||
}
|
||||
});
|
||||
|
||||
task('docs.demos', ['demos.prod'], (done: Function) => {
|
||||
task('docs.demos', (done: Function) => {
|
||||
// Copy demos already built from gulp demos.prod task to ionic-site
|
||||
const config = require('../../config.json');
|
||||
const outputDir = join(config.docsDest, 'demos');
|
||||
let promises = [];
|
||||
|
||||
Reference in New Issue
Block a user