f-1: scripts: add correct echo
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
8d4a66bc89
commit
fc6bb43616
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ download_binaries () {
|
||||||
|
|
||||||
#'.[0].assets.[].browser_download_url'
|
#'.[0].assets.[].browser_download_url'
|
||||||
[[ "${TAG}" == "" ]] && TAG=$(curl --silent "${GIT_SERVER}api/v1/repos/${REPO_PATH}releases/?limit=1" | jq -r '.[0].tag_name')
|
[[ "${TAG}" == "" ]] && TAG=$(curl --silent "${GIT_SERVER}api/v1/repos/${REPO_PATH}releases/?limit=1" | jq -r '.[0].tag_name')
|
||||||
echo "${TAG}"
|
echo "Deploy ${TAG} binaries"
|
||||||
|
|
||||||
BIN_PATH="/opt/two/${TAG}/bin/"
|
BIN_PATH="/opt/two/${TAG}/bin/"
|
||||||
LN_PATH="/opt/two/bin/"
|
LN_PATH="/opt/two/bin/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue