Skip to content

Commit

Permalink
fix: update insider version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Sep 7, 2023
1 parent 5621279 commit d7f0ff0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion insider.json
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@

{
"tag": "1.82.0",
"commit": "f1302be1e67e3af5fbeb8bbb2ea784de7bc96150"
}
2 changes: 1 addition & 1 deletion update_insider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d7f0ff0

Please sign in to comment.