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:
parent
96a9fdc96d
commit
6a18bcb4a1
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user