Selaa lähdekoodia

wip: fix git merge [skip ci]

Baptiste Augrain 1 vuosi sitten
vanhempi
sitoutus
240fb384a2
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      prepare_vscode.sh

+ 2 - 0
prepare_vscode.sh

@@ -74,6 +74,8 @@ else
     mkdir -p .build/node-gyp
     cd .build/node-gyp
 
+    git config user.email "$( echo "${GITHUB_USERNAME}" | awk '{print tolower($0)}' )-ci@not-real.com"
+    git config user.name "${GITHUB_USERNAME} CI"
     git clone https://github.com/nodejs/node-gyp.git .
     git checkout v9.4.0
     git am --3way --whitespace=fix ../../build/npm/gyp/patches/gyp_spectre_mitigation_support.patch