diff --git a/tests/ci_commit.sh b/tests/ci_commit.sh deleted file mode 100755 index bc1ab70..0000000 --- a/tests/ci_commit.sh +++ /dev/null @@ -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 diff --git a/tests/ci_prepare.py b/tests/ci_prepare.py old mode 100644 new mode 100755