diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 17ad50c..d2f1bc9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -243,7 +243,7 @@ jobs: run: | Start-Sleep -Seconds 20 Remove-Item ${{ github.workspace }}\logfiles\* -Recurse -Force - Remove-Item tmp\zookeeper\* -Recurse -Force + Remove-Item D:\tmp\zookeeper\* -Recurse -Force Remove-Item D:\tmp\kafka-logs\* -Recurse -Force Start-Process -RSE ${{ github.workspace }}\logfiles\PWSH_zookeeper_err.log -RSO ${{ github.workspace }}\logfiles\PWSH_zookeeper_out.log -FilePath knet -ArgumentList ( 'zookeeperstart', '-LogPath', '${{ github.workspace }}\logfiles\', '-Log4JConfiguration', '${{ github.workspace }}\bin\${{ matrix.framework }}\log4j.properties', '${{ github.workspace }}\bin\${{ matrix.framework }}\zookeeper.properties' ) Start-Process -RSE ${{ github.workspace }}\logfiles\PWSH_kafka_err.log -RSO ${{ github.workspace }}\logfiles\PWSH_kafka_out.log -FilePath knet -ArgumentList ( 'kafkastart', '-LogPath', '${{ github.workspace }}\logfiles\', '-Log4JConfiguration', '${{ github.workspace }}\bin\${{ matrix.framework }}\log4j.properties', '${{ github.workspace }}\bin\${{ matrix.framework }}\server.properties' ) @@ -257,7 +257,7 @@ jobs: run: | Start-Sleep -Seconds 20 Remove-Item ${{ github.workspace }}\logfiles\* -Recurse -Force - Remove-Item tmp\zookeeper\* -Recurse -Force + Remove-Item D:\tmp\zookeeper\* -Recurse -Force Remove-Item D:\tmp\kafka-logs\* -Recurse -Force Start-Process -RSE ${{ github.workspace }}\logfiles\PWSH_zookeeper_err.log -RSO ${{ github.workspace }}\logfiles\PWSH_zookeeper_out.log -FilePath knet -ArgumentList ( 'zookeeperstart', '-LogPath', '${{ github.workspace }}\logfiles\', '-Log4JConfiguration', '${{ github.workspace }}\bin\${{ matrix.framework }}\log4j.properties', '${{ github.workspace }}\bin\${{ matrix.framework }}\zookeeper.properties' ) Start-Process -RSE ${{ github.workspace }}\logfiles\PWSH_kafka_err.log -RSO ${{ github.workspace }}\logfiles\PWSH_kafka_out.log -FilePath knet -ArgumentList ( 'kafkastart', '-LogPath', '${{ github.workspace }}\logfiles\', '-Log4JConfiguration', '${{ github.workspace }}\bin\${{ matrix.framework }}\log4j.properties', '${{ github.workspace }}\bin\${{ matrix.framework }}\server.properties' )