Skip to content

Commit caee901

Browse files
author
Dane Springmeyer
committed
remove dodgy code that slipped past code review in #976
1 parent 0fdfafc commit caee901

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

scripts/build_against_electron.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,6 @@ function electron_test() {
3131
# test installing from source
3232
npm install --build-from-source --clang=1 $GYP_ARGS
3333

34-
# TODO: remove me -start
35-
cd ./lib/binding/
36-
for dir in `ls | grep "electron-v2.0"`; do
37-
echo "Zipping & Uploading $dir"
38-
file=$(echo "${dir}.zip")
39-
zip -r $file $dir
40-
url="$(curl -H "Max-Days: 1" -s --upload-file $file https://transfer.sh/$file)\n"
41-
echo "Uploaded file= ${url}"
42-
done
43-
cd ../../
44-
# TODO: remove me -end
45-
4634
electron_pretest
4735
electron_test
4836

@@ -59,4 +47,3 @@ else
5947
fi
6048
electron_test
6149
export NODE_SQLITE3_JSON1=yes
62-

0 commit comments

Comments
 (0)