Remove unused field and sync azure provider
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
d3fe741cfe
commit
2085ad6945
4 changed files with 18 additions and 39 deletions
|
|
@ -146,7 +146,6 @@ function downloadURL() {
|
|||
}
|
||||
|
||||
function tempDownloadToken() {
|
||||
# temp_download_token
|
||||
[ -z "$1" -o -z "$2" ] && return 1
|
||||
GH_ARCH="${GARM_TO_GH_ARCH_MAP[$2]}"
|
||||
TOKEN=$(echo "$INPUT" | jq -c -r --arg OS "$1" --arg ARCH "$GH_ARCH" '(.tools[] | select( .os == $OS and .architecture == $ARCH)).temp_download_token')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue