From 2f1f18834d47c124733e804a9298acc30ff30647 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Thu, 22 Feb 2024 15:28:20 +0100 Subject: [PATCH] ci: add logs [skip ci] --- get_repo.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/get_repo.sh b/get_repo.sh index 4ebd6fc..2b2fd4d 100755 --- a/get_repo.sh +++ b/get_repo.sh @@ -21,8 +21,10 @@ fi if [[ -z "${RELEASE_VERSION}" ]]; then if [[ "${VSCODE_LATEST}" == "yes" ]] || [[ ! -f "${VSCODE_QUALITY}.json" ]]; then + echo "Retrieve lastest version" UPDATE_INFO=$( curl --silent --fail "https://update.code.visualstudio.com/api/update/darwin/${VSCODE_QUALITY}/0000000000000000000000000000000000000000" ) else + echo "Get version from ${VSCODE_QUALITY}.json" MS_COMMIT=$( jq -r '.commit' "${VSCODE_QUALITY}.json" ) MS_TAG=$( jq -r '.tag' "${VSCODE_QUALITY}.json" ) fi