Project 'gitlab-org/gitlab-ci-multi-runner' was moved to 'gitlab-org/gitlab-runner'. Please update any links and bookmarks that may still have the old path.
fix: read error from upload artifacts execution.
All threads resolved!
All threads resolved!
Compare changes
Files
2+ 15
− 31
@@ -9,7 +9,6 @@ import (
@@ -174,48 +173,26 @@ func (b *Build) executeStage(ctx context.Context, buildStage BuildStage, executo
@@ -248,7 +225,14 @@ func (b *Build) executeScript(ctx context.Context, executor Executor) error {