Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Bump github.com/cirruslabs/cirrus-ci-annotations to 0.4.1 (#188)
Browse files Browse the repository at this point in the history
* Bump github.com/cirruslabs/cirrus-ci-annotations to 0.4.1

* Revert "Bump github.com/cirruslabs/cirrus-ci-annotations to 0.4.1"

This reverts commit dfbf716.

* Bump github.com/cirruslabs/cirrus-ci-annotations to 0.5.0
  • Loading branch information
edigaryev authored Oct 21, 2021
1 parent e1876f0 commit 55c3302
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/avast/retry-go v3.0.0+incompatible
github.com/bmatcuk/doublestar v1.3.4
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d
github.com/cirruslabs/cirrus-ci-annotations v0.4.0
github.com/cirruslabs/cirrus-ci-annotations v0.5.0
github.com/cirruslabs/terminal v0.8.2
github.com/dustin/go-humanize v1.0.0
github.com/go-git/go-git/v5 v5.4.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d/go.mod h1:sGbDF6
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
github.com/cirruslabs/cirrus-ci-agent v1.51.0/go.mod h1:lEH1v2tn22T359W3fGjiAcYAY6jsqz75eHc4teh2nCY=
github.com/cirruslabs/cirrus-ci-annotations v0.3.0/go.mod h1:xrmxzL58Pf4cSSQCmQEOPGQ3poeARxJdHneurUrqjZk=
github.com/cirruslabs/cirrus-ci-annotations v0.4.0 h1:ENp2ntrp4JaGsKWNUzF/tT1CINZpAnSV9wxkrEqU9VU=
github.com/cirruslabs/cirrus-ci-annotations v0.4.0/go.mod h1:xrmxzL58Pf4cSSQCmQEOPGQ3poeARxJdHneurUrqjZk=
github.com/cirruslabs/cirrus-ci-annotations v0.5.0 h1:crXzmbyi+YcB693sasGAEBFeSUI3dtsrh9soy6p7C5c=
github.com/cirruslabs/cirrus-ci-annotations v0.5.0/go.mod h1:xrmxzL58Pf4cSSQCmQEOPGQ3poeARxJdHneurUrqjZk=
github.com/cirruslabs/terminal v0.2.5/go.mod h1:ubLe9fvd4FYeQV08ob5TNp9tsAfE0efkFtPrlKAwIKw=
github.com/cirruslabs/terminal v0.8.2 h1:DBOycDzD4FBTkegsEjlKlBZzOFfwa0IaCfr5E5uydw4=
github.com/cirruslabs/terminal v0.8.2/go.mod h1:dJjeclmbllzeIveV2wiJyIwgK36bI/VRWgpKXWEKxAk=
Expand Down
2 changes: 1 addition & 1 deletion internal/executor/artifacts.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (executor *Executor) UploadArtifacts(

workingDir := customEnv["CIRRUS_WORKING_DIR"]
if len(allAnnotations) > 0 {
err := annotations.ValidateAnnotations(workingDir, allAnnotations)
allAnnotations, err = annotations.NormalizeAnnotations(workingDir, allAnnotations)
if err != nil {
logUploader.Write([]byte(fmt.Sprintf("\nFailed to validate annotations: %s", err)))
}
Expand Down

0 comments on commit 55c3302

Please sign in to comment.