An error occurred while fetching the assigned milestone of the selected merge_request.
Native Step Runner Integration for Docker Executor
Compare changes
- Axel von Bertoldi authored
I'll use this in the next commit to write an integration test for the docker executor. Elsewhere I've added a branch to the gitlab-test repo that includes a step.yml to be used in tests here. This commit adds references to that branch/ref.
+ 45
− 1
@@ -17,6 +17,8 @@ import (
@@ -36,6 +38,10 @@ const (
@@ -77,6 +83,17 @@ func GetSubmoduleLFSGitInfo(url string) GitInfo {
@@ -210,7 +227,6 @@ func GetRemoteSuccessfulBuildWithDumpedVariables() (JobResponse, error) {
@@ -343,6 +359,34 @@ func getBuildResponse(repoURL string, commands []string) JobResponse {