mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
fix: remove package-job when forPackaging is false
This commit is contained in:
@@ -807,6 +807,8 @@ export function getRules(configuration: Configuration): Rules {
|
|||||||
files.push(
|
files.push(
|
||||||
join('templates', '.npmignore'),
|
join('templates', '.npmignore'),
|
||||||
);
|
);
|
||||||
|
} else {
|
||||||
|
delete ciConfig[`package`];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (configuration.serverSide) {
|
if (configuration.serverSide) {
|
||||||
|
|||||||
Reference in New Issue
Block a user