Our gitlab (GitLab Community Edition 8.4.3.) project runs a build script which is configured in a .gitlab-ci.yml file.
I wanted to skip the build of one single commit. So I added a [ci skip] tag to the commit message as described in http://doc.gitlab.com/ce/ci/yaml/README.html in section "*Skipping builds*". It says: If your commit message contains [ci skip], the commit will be created but > the builds will be skipped. The build of the corresponding commit was skipped. The problem now is, that all *following commits* do *not get build* and the *build status remains "skipped"*. I expected the following commits that do not contain the [ci skip] tag to get build again. What went wrong? Any ideas? How can I *reset* the [ci skip]? -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to gitlabhq+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/9fac77e1-5936-449e-b587-fa23a4cabbb7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.