TruCol / Self-host-GitLab-CI-for-GitHub

Installs your own GitLab CI and runs it on all your GitHub repos, in a single command.
GNU Affero General Public License v3.0
4 stars 3 forks source link

Separate arguments and tests based on: require the personal credentials or not. #139

Open a-t-0 opened 1 year ago

a-t-0 commented 1 year ago

Determine whether there exists a solution for the personal creds requirement above the repository for testing purposes. Perhaps move the check for personal cred presence from import.sh to prerequisites.sh.

And separate the tests based on:

Then allocate the tests for GitLab CI accordingly.