Warehouses #1

Merged
trent merged 159 commits from Warehouses into master 2026-01-10 20:24:17 +00:00
Showing only changes of commit 61ba728f35 - Show all commits

View File

@@ -121,7 +121,7 @@ steps:
commands:
- |
set -euf
CODE_DIR="/woodpecker/src/localhost/srv51.mikr.us/git/FA/FA_WEB"
CODE_DIR="/woodpecker/src/localhost/git/FA/FA_WEB"
cd "$CODE_DIR"
echo "=== Ponowny restore aplikacji (z najnowszymi pakietami z BaGetter) ==="
find . -name "*.csproj" -type f -exec dotnet restore "{}" \;