Warehouses #3

Merged
trent merged 38 commits from Warehouses into master 2026-01-10 21:16:09 +00:00
Showing only changes of commit a49efec313 - 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 "{}" \;