fix: read error from upload artifacts execution.
All threads resolved!
All threads resolved!
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
435+ 16
− 35
@@ -9,7 +9,6 @@ import (
@@ -9,7 +9,6 @@ import (
@@ -174,42 +173,17 @@ func (b *Build) executeStage(ctx context.Context, buildStage BuildStage, executo
@@ -174,42 +173,17 @@ func (b *Build) executeStage(ctx context.Context, buildStage BuildStage, executo
func (b *Build) executeUploadArtifacts(ctx context.Context, state error, executor Executor) (err error) {
@@ -242,7 +216,14 @@ func (b *Build) executeScript(ctx context.Context, executor Executor) error {
@@ -242,7 +216,14 @@ func (b *Build) executeScript(ctx context.Context, executor Executor) error {