polyci 0.0.27 → 0.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +1 -0
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -328,6 +328,7 @@ function appendModulePublishJob(lines, module) {
|
|
|
328
328
|
lines.push(` script:`);
|
|
329
329
|
lines.push(` - cp -r ci "${module.modulePath}/ci"`);
|
|
330
330
|
lines.push(` - cd ${module.modulePath}`);
|
|
331
|
+
lines.push(` - [ -f deploy.env ] || touch deploy.env`);
|
|
331
332
|
lines.push(` - source deploy.env`);
|
|
332
333
|
lines.push(` - source "ci/${module.moduleType}/publish.sh"`);
|
|
333
334
|
lines.push(` artifacts:`);
|