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

Fix error message being thrown in set_build_status_of_github_commit_using_github_pat #132

Closed a-t-0 closed 1 year ago

a-t-0 commented 1 year ago

cmd output:

4.x.6.13 output=Error, the status of the repo did not contain:https://api.github.com/repos/hiveminds/renamed_test_repo/statuses/51d8783648feebf7e793c010d5878e08360e856b 

In code:

output=$(set_build_status_of_github_commit_using_github_pat "$github_username" "$github_repo_name" "$github_commit_sha" "$gitlab_website_url" "$build_status")

When running:

bash -c "source src/import.sh src/CI/call_CI/run_ci_on_github_repo.sh && run_ci_on_github_repo hiveminds renamed_test_repo"
a-t-0 commented 1 year ago

Resolved.