File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -162,16 +162,17 @@ public function build(): Configurator\SatelliteInterface
162162
163163 $ satellite ->dependsOn (...$ this ->composerRequire );
164164
165- $ this ->clearPipelines ();
165+ $ this ->clearPreviousFiles ();
166166
167167 return $ satellite ;
168168 }
169169
170- private function clearPipelines (): void
170+ private function clearPreviousFiles (): void
171171 {
172172 $ iterator = new \AppendIterator ();
173173
174174 $ iterator ->append (new \GlobIterator ($ this ->workdir .'/pipeline*.php ' , \FilesystemIterator::CURRENT_AS_FILEINFO | \FilesystemIterator::SKIP_DOTS ));
175+ $ iterator ->append (new \GlobIterator ($ this ->workdir .'/ProjectServiceContainer*.php ' , \FilesystemIterator::CURRENT_AS_FILEINFO | \FilesystemIterator::SKIP_DOTS ));
175176
176177 foreach ($ iterator as $ file ) {
177178 if (is_file ($ file ->getPathname ())) {
You can’t perform that action at this time.
0 commit comments