1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

208 Commits

Author SHA1 Message Date
d4ebb07b19 Set git to fetch remote branch 2019-06-18 17:44:04 -07:00
127489f5b8 Add origin/ to git statements 2019-06-18 17:30:12 -07:00
782f568538 Fix invalid export syntax; re-add git fetch 2019-06-18 17:07:54 -07:00
17ae52f958 Remove exit 0 from script 2019-06-18 17:02:28 -07:00
3183bbbff9 Run branch variable script in current shell env 2019-06-18 17:00:45 -07:00
c963de641d removed travis echo statement 2019-06-18 16:40:14 -07:00
337e945f60 reversed PR validation logic 2019-06-18 16:05:52 -07:00
08634d208a added debug statement to see if env var is making it out of shell script 2019-06-18 15:59:56 -07:00
fc7db9137a Added debug statements 2019-06-18 15:55:49 -07:00
d38d83d4e5 removed old code block 2019-06-18 15:49:56 -07:00
41d8a12590 Switched to exported branch variable 2019-06-18 15:47:53 -07:00
6431f9a751 Fixed issue with branch detection for PRs 2019-06-18 15:46:41 -07:00
f5c778d787 Removed git fetch now that env vars are being used 2019-06-18 15:20:50 -07:00
bd5440ab45 fixed missing executable permissions after rewrite 2019-06-18 15:12:29 -07:00
dd084f5890 simplified script; switched to TRAVIS_BRANCH env variable 2019-06-18 15:09:14 -07:00
be95acc98c moved fetch/checkout to script with travis variables 2019-06-18 15:08:16 -07:00
025acb93bc renamed script to more logical name 2019-06-18 15:07:00 -07:00
1be09e94e0 Moved setup_git() to new script 2019-06-18 14:55:34 -07:00
5b1c327b7f Evaluate PR state & set branch to commit accordingly 2019-06-18 14:54:41 -07:00
fc3b7bb12c Moved fetch & checkout to script 2019-06-18 14:54:01 -07:00
582476d2be Added git git fetch to CI build 2019-06-18 13:56:37 -07:00
d9b566c30c removed unused ci shell script, made ci python script permissions consistent 2019-06-18 13:51:37 -07:00
674a8a64bb Merge pull request #2 from andrewimeson/adi/shell-tweaks
Thanks @andrewimeson much appreciated! I'll also delete the unused shell scripts - it was about 2am and I was tired of fighting with Travis CI and ready to go to bed :)
2019-06-18 13:44:14 -07:00
916950d3f2 Don't override interpreter 2019-06-18 11:02:51 -04:00
dc6dd12364 Shell cleanup 2019-06-18 11:00:48 -04:00
d46f90acff YAML formatting cleanup 2019-06-18 10:59:52 -04:00
da30c4ca68 badge fixes 2019-06-17 02:30:47 -07:00
8b1fb762ac added missing fi in CI script 2019-06-17 02:19:22 -07:00
3530100323 overwritting git commit failure exit code 2019-06-17 02:17:23 -07:00
5f1655a791 readme formatting update 2019-06-17 02:11:21 -07:00
bf4bd3a6db removed fake import for CI testing 2019-06-17 02:07:36 -07:00
20d6b16a8e moved git CI functions to bash 2019-06-17 02:04:42 -07:00
76ec188d43 removed # entirely 2019-06-17 01:59:38 -07:00
45828e5597 added escape characters for travis build # 2019-06-17 01:55:02 -07:00
8af937be72 moved check_code to main travis.yml 2019-06-17 01:52:39 -07:00
ff24ab1609 intentionally testing pylint failure 2019-06-17 01:47:43 -07:00
4a63a2d18c Black Formatting - travis #52 2019-06-17 08:41:48 +00:00
f4c17a3f69 restructure CI git operations 2019-06-17 01:40:18 -07:00
adfe1224db removed redundant pylint checking logic 2019-06-17 01:38:55 -07:00
6045c45f67 removed debug click echo statement 2019-06-17 01:35:43 -07:00
b2cdfb8e8f fixed CI branch issue, fixed regex issue for pylint badge 2019-06-17 01:33:13 -07:00
d119e6b606 switched debug method from logging to click echo 2019-06-17 01:23:17 -07:00
b28fa9409d added debug loggers 2019-06-17 01:20:22 -07:00
658e39456d ci updates 2019-06-17 01:14:29 -07:00
b73e31ae4b intentionally misformatting docstring to verify black is working in CI 2019-06-17 01:03:51 -07:00
90a5aceb21 added missing anybadge import 2019-06-17 01:02:39 -07:00
6bb84eee77 readme formatting, removed remote add from CI 2019-06-17 00:59:34 -07:00
662b70d882 readme formatting, ci move 2019-06-17 00:52:35 -07:00
2af99adf19 ci changes to get automatic black & pylint checks 2019-06-17 00:49:34 -07:00
3904d8b194 moving travis to ssh user key, readme badge updates 2019-06-17 00:34:55 -07:00