polyci 0.0.28 → 0.0.29
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 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -328,7 +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(` -
|
|
331
|
+
lines.push(` - test -f deploy.env || touch deploy.env`);
|
|
332
332
|
lines.push(` - source deploy.env`);
|
|
333
333
|
lines.push(` - source "ci/${module.moduleType}/publish.sh"`);
|
|
334
334
|
lines.push(` artifacts:`);
|