feature-1 #6

Merged
nicolas.boufideline merged 3 commits from feature-1 into main 2025-12-18 22:07:19 +00:00
Showing only changes of commit fc6bb43616 - Show all commits

f-1: scripts: add correct echo

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
GnomeZworc 2025-12-18 23:06:02 +01:00
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

View file

@ -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/"