From d9b566c30c75aa2176ef5a1fec0ad6b6a871092d Mon Sep 17 00:00:00 2001 From: checktheroads Date: Tue, 18 Jun 2019 13:51:37 -0700 Subject: [PATCH] removed unused ci shell script, made ci python script permissions consistent --- tests/ci_commit.sh | 8 -------- tests/ci_prepare.py | 0 2 files changed, 8 deletions(-) delete mode 100755 tests/ci_commit.sh mode change 100644 => 100755 tests/ci_prepare.py 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