2 Commits

Author SHA1 Message Date
pooria.sh eba4315e92 Update release-orchestrated.yml 2026-05-20 17:16:24 +03:30
pooria.sh 815814e765 Update release-orchestrated.yml 2026-05-20 17:05:28 +03:30
+12
View File
@@ -101,7 +101,11 @@ jobs:
- name: Checkout
shell: bash
run: |
set -euo pipefail
git clone --depth 1 https://git.sabp.ir/sufi-chain/dev-ops-test.git .
pwd
echo "=== Workspace contents ==="
ls -la
- name: Build and push image
shell: bash
@@ -116,6 +120,14 @@ jobs:
echo "HARBOR_USERNAME and HARBOR_PASSWORD secrets are required."
exit 1
fi
echo "=== Looking for project file ==="
find . -name "DevOpsTest.csproj" -type f
if [ ! -f "DevOpsTest/DevOpsTest/DevOpsTest.csproj" ]; then
echo "ERROR: DevOpsTest/DevOpsTest/DevOpsTest.csproj not found"
exit 1
fi
tag="${RELEASE_TAG:-$REF_NAME}"
tag="${tag#v}"