Files
e-tib.com/test-jq.sh
Marc Mintel 42cd4394c7
Some checks failed
Build & Deploy / 🔍 Prepare (push) Failing after 25s
Build & Deploy / 🧪 QA (push) Has been skipped
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 3s
fix(ci): checkout repository in prepare job to fix priority-gate execution crash
2026-06-18 13:59:53 +02:00

6 lines
175 B
Bash
Executable File

#!/bin/bash
set -e
RESPONSE='{"message":"token does not have at least one of required scope"}'
RUNS=$(echo "$RESPONSE" | jq -c '.[] | select(.id != "123")')
echo "RUNS=$RUNS"