Reputation: 1086
I have a problem with one project on gitlab which is not firing ci build.
I have Gitlab (GIT) working perfectly with 5 projects. Then I have Gitlab CI (CI) with four projects hooked from GIT. 3 of projects builds are fired on commit correctly but one does not.
Upvotes: 2
Views: 734
Reputation: 1086
I found that. It was caused by bad protocol in GIT config. I have both GIT and CI on https and in GIT project -> settings -> services -> gitlab ci -> there was http:// in Project url
Upvotes: 2