We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63c840 commit 89b4e9aCopy full SHA for 89b4e9a
1 file changed
update_upstream.sh
@@ -11,7 +11,11 @@ fi
11
jsonTmp=$( cat "./upstream/${VSCODE_QUALITY}.json" | jq --arg 'tag' "${MS_TAG/\-insider/}" --arg 'commit' "${MS_COMMIT}" '. | .tag=$tag | .commit=$commit' )
12
echo "${jsonTmp}" > "./upstream/${VSCODE_QUALITY}.json" && unset jsonTmp
13
14
-git add .
+# stage notary files
15
+git add upstream/*
16
+
17
+# discard changed files
18
+git restore .
19
20
CHANGES=$( git status --porcelain )
21
0 commit comments