feat: update insider.json
when manual build is ok (#1234)
This commit is contained in:
parent
b8acee21ca
commit
37210e8499
2 changed files with 6 additions and 2 deletions
|
@ -55,6 +55,10 @@ rm -rf vscode* VSCode*
|
|||
. get_repo.sh
|
||||
. build.sh
|
||||
|
||||
if [[ "${VSCODE_QUALITY}" == "insider" && "${VSCODE_LATEST}" == "yes" ]]; then
|
||||
echo "$( cat "insider.json" | jq --arg 'tag' "${MS_TAG/\-insider/}" --arg 'commit' "${MS_COMMIT}" '. | .tag=$tag | .commit=$commit' )" > "insider.json"
|
||||
fi
|
||||
|
||||
if [[ "${SKIP_PACKAGES}" == "no" ]]; then
|
||||
if [[ "${OS_NAME}" == "windows" ]]; then
|
||||
rm -rf build/windows/msi/releasedir
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"tag": "1.71.0",
|
||||
"commit": "078f8e986d44de2c88f1f52bf63cecb2f8ec2560"
|
||||
"tag": "1.72.0",
|
||||
"commit": "c4722f1bb292284e0437eb7547808a5788fe6430"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue