diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be52860519343..2a863fec14dcd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,6 +46,7 @@ jobs: timeout-minutes: 5 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} # - uses: actions/checkout@v4 # with: diff --git a/app/code/Magento/Developer/Console/Command/DiInfoCommand.php b/app/code/Magento/Developer/Console/Command/DiInfoCommand.php index b2c1ad0e863e7..e6b6a333f1b20 100644 --- a/app/code/Magento/Developer/Console/Command/DiInfoCommand.php +++ b/app/code/Magento/Developer/Console/Command/DiInfoCommand.php @@ -55,7 +55,6 @@ protected function configure() parent::configure(); die(); -// } /**