0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-12 14:50:44 -05:00

Removed redundant log message

This commit is contained in:
Refringe 2025-01-04 00:25:31 -05:00
parent 96a9fdc96d
commit 6a18bcb4a1
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k

View File

@ -180,7 +180,6 @@ jobs:
else {
echo "TARGET=${{ needs.prepare.outputs.target_tag }}" >> $env:GITHUB_ENV
}
Write-Host "Cloning target: ${{ env.TARGET }}"
- name: Clone Server
shell: pwsh
@ -197,7 +196,7 @@ jobs:
$TARGET = "${{ needs.prepare.outputs.target_tag }}"
}
Write-Host "Cloning: $TARGET"
Write-Host "Cloning target: $TARGET"
git clone https://github.com/sp-tarkov/server.git --branch $TARGET --depth 1 $serverPath
# Pull LFS files.