lowtower
lowtower
Yes, thanks for the suggestion
Hello David, I guess the GITLAB_API_TOKEN was incorrect. Nevertheless, now I Get the following error/notice: ```bash It seems that this CI build is not part of a merge request. Unable...
Thanks for Your reply. Did as You recommended - always in the same repo, but merge request from different branch. Now I get something like the following, even after third,...
```bash $ /root/washingmachine/washingmachine run -vvv --add-comments-in-commits --open-issue [debug] Called API, got 20 merge requests Pipeline current commit: f044cb54781a1d0cb7a447fa991c86c995a606f6 Target branch: test-ci Target commit: 2f3006a1fe66f99b58c39f1dcb3b97b0c5481715 Last common commit: 2f3006a1fe66f99b58c39f1dcb3b97b0c5481715 [debug] Looking...
Looks okay as far as I can tell.
I took a different branch as target. Now, I get something Like: ```bash $ /root/washingmachine/washingmachine run -vvv --open-issue --add-comments-in-commits [debug] Called API, got 20 merge requests Pipeline current commit: 9497a23d74e016318a42b0586f0694ea99f45cc1...
I have forked washingmachine from github to gitlab. Maybe, I have setup something essentially wrong. Have a look at the following job: [https://gitlab.com/lowtower/washingmachine/-/jobs/64352444](https://gitlab.com/lowtower/washingmachine/-/jobs/64352444)
Hello David, thank for looking at it! How can I create a project from a specific commit? I tried the following, without success ```bash composer create-project thecodingmachine/washingmachine washingmachine 2.0#e3cafe14ea02a81c91893c9274d49c25e3674a4d ```
Hello David, found out that I have to specify the packagist-name and not the branch name, then it works: ```bash - composer create-project --stability dev thecodingmachine/washingmachine washingmachine 2.0.x-dev#2e3df6e3d17628092a0a665db4f25f9410d08125 ``` This...
Hello David, is there anything else I can do to track down the problem? I have already upgraded `php-gitlab-api` to version 9.9 with no effect. Obviously, the zip-File is not...