diff --git a/insider.json b/insider.json index 8b137891791..ac7fadf1747 100644 --- a/insider.json +++ b/insider.json @@ -1 +1,4 @@ - +{ + "tag": "1.82.0", + "commit": "f1302be1e67e3af5fbeb8bbb2ea784de7bc96150" +} diff --git a/update_insider.sh b/update_insider.sh index 1396fbb2da0..6dcd17ad66b 100755 --- a/update_insider.sh +++ b/update_insider.sh @@ -12,7 +12,7 @@ if [[ -z "${GITHUB_TOKEN}" ]]; then exit 0 fi -jsonTmp=$( jq --arg 'tag' "${MS_TAG/\-insider/}" --arg 'commit' "${MS_COMMIT}" '. "insider.json" | .tag=$tag | .commit=$commit' ) +jsonTmp=$( cat "insider.json" | jq --arg 'tag' "${MS_TAG/\-insider/}" --arg 'commit' "${MS_COMMIT}" '. | .tag=$tag | .commit=$commit' ) echo "${jsonTmp}" > "insider.json" && unset jsonTmp git config user.email "$( echo "${GITHUB_USERNAME}" | awk '{print tolower($0)}' )-ci@not-real.com"