Warehouses #1

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

View File

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