mirror of
https://github.com/YunoHost-Apps/xwiki_ynh.git
synced 2024-09-03 20:36:11 +02:00
Fix unset var
This commit is contained in:
parent
e325aa5d9e
commit
f3e1c435c2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ versions = sys.stdin.read().splitlines()
|
||||||
versions.sort(key=Version)
|
versions.sort(key=Version)
|
||||||
print(versions[-1])')
|
print(versions[-1])')
|
||||||
|
|
||||||
local jdbc_version=$(curl 'https://api.github.com/repos/pgjdbc/pgjdbc/releases/latest' -H 'Host: api.github.com' --compressed | jq -r ".tag_name" | cut -dL -f2)
|
jdbc_version=$(curl 'https://api.github.com/repos/pgjdbc/pgjdbc/releases/latest' -H 'Host: api.github.com' --compressed | jq -r ".tag_name" | cut -dL -f2)
|
||||||
|
|
||||||
## Check if new build is needed
|
## Check if new build is needed
|
||||||
if [[ "$app_version" != "$app_remote_version" ]]
|
if [[ "$app_version" != "$app_remote_version" ]]
|
||||||
|
|
Loading…
Add table
Reference in a new issue