mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-11 12:12:55 +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(
|
||||
join('templates', '.npmignore'),
|
||||
);
|
||||
} else {
|
||||
delete ciConfig[`package`];
|
||||
}
|
||||
|
||||
if (configuration.serverSide) {
|
||||
|
||||
Reference in New Issue
Block a user