mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 21:46:58 +02:00
fix(upload_ami_txt): One missed URL fixup
I added boards to the path for the other files but not ami_all.txt :(
This commit is contained in:
parent
17835eeb79
commit
a830e8ca49
@ -84,7 +84,7 @@ for r in "${!AMIS[@]}"; do
|
|||||||
OUT="${OUT}|${r}=${AMIS[$r]}"
|
OUT="${OUT}|${r}=${AMIS[$r]}"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
url="$GS_URL/$GROUP/$BOARD/$VER/${IMAGE}_all.txt"
|
url="$GS_URL/$GROUP/boards/$BOARD/$VER/${IMAGE}_all.txt"
|
||||||
tmp=$(mktemp --suffix=.txt)
|
tmp=$(mktemp --suffix=.txt)
|
||||||
trap "rm -f '$tmp'" EXIT
|
trap "rm -f '$tmp'" EXIT
|
||||||
echo "$OUT" > "$tmp"
|
echo "$OUT" > "$tmp"
|
||||||
|
Loading…
Reference in New Issue
Block a user