feature/ai-search #2

Open
mmintel wants to merge 171 commits from feature/ai-search into main
2 changed files with 5 additions and 4 deletions
Showing only changes of commit b18bc21ada - Show all commits

View File

@@ -135,12 +135,13 @@ jobs:
UPSTREAM_SHA=$(git ls-remote --tags https://git.infra.mintel.me/mmintel/at-mintel.git "$TAG_TO_WAIT" | grep "$TAG_TO_WAIT" | tail -n1 | awk '{print $1}')
if [[ -z "$UPSTREAM_SHA" ]]; then
echo "❌ Error: Tag $TAG_TO_WAIT not found in mmintel/at-mintel."
echo "⚠️ Warning: Tag $TAG_TO_WAIT not found in mmintel/at-mintel."
echo " The deployment will proceed, but ensure that the matching images are available."
echo "Full @mintel dependencies in package.json:"
grep "@mintel/" package.json
exit 1
else
echo "✅ Tag verified: Found upstream SHA $UPSTREAM_SHA for $TAG_TO_WAIT"
fi
echo "✅ Tag verified: Found upstream SHA $UPSTREAM_SHA for $TAG_TO_WAIT"
# 2. Status Check (Requires GITEA_PAT for cross-repo API access)
POLL_TOKEN="${{ secrets.GITEA_PAT || secrets.MINTEL_PRIVATE_TOKEN }}"

View File

@@ -160,7 +160,7 @@
"prepare": "husky",
"preinstall": "npx only-allow pnpm"
},
"version": "2.3.12",
"version": "2.3.13",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",