1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

removed unused ci shell script, made ci python script permissions consistent

This commit is contained in:
checktheroads 2019-06-18 13:51:37 -07:00
parent 674a8a64bb
commit d9b566c30c
2 changed files with 0 additions and 8 deletions

View file

@ -1,8 +0,0 @@
#!/bin/bash
git_commit() {
git remote add origin https://${GH_TOKEN}@github.com/checktheroads/hyperglass.git > /dev/null 2>&1
git push --quiet --set-upstream origin master
}
git_commit

0
tests/ci_prepare.py Normal file → Executable file
View file