Skip to content

Commit

Permalink
Mirror GitHub To GitVerse
Browse files Browse the repository at this point in the history
  • Loading branch information
jorikfon committed Apr 7, 2024
1 parent 574f2d9 commit 08a7fd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mirror-to-gitverse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
fetch-depth: 0
- uses: jorikfon/mirror-action@master
with:
REMOTE: [email protected]/mikopbx/Core.git
REMOTE: ssh://[email protected]:2222/mikopbx/Core.git
GIT_SSH_PRIVATE_KEY: ${{ secrets.GITVERSE_SSH_PRIVATE_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"
1 change: 0 additions & 1 deletion src/Core/System/SystemLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ public function startSystem(): bool
if (!$itIsDocker) {
$this->echoStartMsg(' - Cloud provisioning...'."\n");
CloudProvisioning::start();
$this->echoResultMsg();
}
$this->di->getShared(RegistryProvider::SERVICE_NAME)->booting = false;

Expand Down

0 comments on commit 08a7fd9

Please sign in to comment.