Skip to content
Snippets Groups Projects
Commit d1a22df5 authored by Radoslav Dimitrov's avatar Radoslav Dimitrov Committed by Alex Ellis
Browse files

ARMHF publishing script - remove jq dependency

parent 7aa37c6c
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ do
echo "Latest release: $TAG"
REPOSITORY=$(get_repo_name $i)
TAG_PRESENT=$(curl -s "https://hub.docker.com/v2/repositories/${REPOSITORY}/tags/${TAG}-armhf/" | jq -r ".detail")
TAG_PRESENT=$(curl -s "https://hub.docker.com/v2/repositories/${REPOSITORY}/tags/${TAG}-armhf/" | grep -Po '"detail": *"[^"]*"' | grep -o 'Not found')
if [ "$TAG_PRESENT" = "Not found" ]; then
make ci-armhf-build ci-armhf-push
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment