Skip to content

Commit

Permalink
Do not force to scaffold Nightwatch.gitlab-ci .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
plopesc authored Sep 26, 2024
1 parent fc52958 commit 8e1e0b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ScaffoldInstallerPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,6 @@ private function installGitlabCI(string $scaffoldPath): void {
$this->io->write("🪠 [Drainpipe] .drainpipe/gitlab/Common.gitlab-ci.yml installed");
}

$fs->copy("$scaffoldPath/gitlab/Nightwatch.gitlab-ci.yml", ".drainpipe/gitlab/Nightwatch.gitlab-ci.yml");
$this->io->write("🪠 [Drainpipe] .drainpipe/gitlab/Nightwatch.gitlab-ci.yml installed");

foreach ($this->extra['drainpipe']['gitlab'] as $gitlab) {
$file = "gitlab/$gitlab.gitlab-ci.yml";
if (file_exists("$scaffoldPath/$file")) {$fs->ensureDirectoryExists('./.drainpipe/gitlab');
Expand Down

0 comments on commit 8e1e0b7

Please sign in to comment.