An error occurred while fetching the assigned iteration of the selected issue.
Problem with docker executor in Bleeding Edge for 1.2.0~beta version
When running current Bleeding Edge runner with docker
executor, builds are finished with Build succeeded
immediately after build container is created. It looks like script from .gitlab-ci.yml
is not executed at all.
For example here is a build handled by 1.1.0~beta
runner: https://gitlab.com/tmaczukin/test-repo-1/builds/1034931, and here is a build for exactly the same commit, but handled by 1.1.2~beta
runner: https://gitlab.com/tmaczukin/test-repo-1/builds/1034925.
/cc @ayufan