1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00
thatmattlove-hyperglass/tests/ci_commit.sh
2019-06-18 11:00:48 -04:00

8 lines
191 B
Bash
Executable file

#!/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