Skip to content

Commit

Permalink
fix(nelm): Jobs not failing on errors /2
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
  • Loading branch information
ilya-lesikov committed Mar 21, 2024
1 parent e38619b commit 96793f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -62,7 +62,7 @@ require (
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/werf/copy-recurse v0.2.7
github.com/werf/kubedog v0.12.4-0.20240229114338-b4b4fe4011fe
github.com/werf/kubedog v0.12.4-0.20240321174951-1837be1f153b
github.com/werf/lockgate v0.1.1
github.com/werf/logboek v0.6.1
github.com/werf/nelm v0.0.0-20240321130739-4692369a8c7c
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -1552,8 +1552,8 @@ github.com/werf/3p-storage v0.0.0-20240115153922-84bfff8f31d9 h1:1WRUXBeh1TR2UAr
github.com/werf/3p-storage v0.0.0-20240115153922-84bfff8f31d9/go.mod h1:pMhG1O3eMGlQKpuEuv7ves+K3BsK8/UJs8ctV5fEaoI=
github.com/werf/copy-recurse v0.2.7 h1:3FTOarbJ9uhFLi75oeUCioK9zxZwuV7o28kuUBPDZPM=
github.com/werf/copy-recurse v0.2.7/go.mod h1:6Ypb+qN+hRBJgoCgEkX1vpbqcQ+8q69BQ3hi8s8Y6Qc=
github.com/werf/kubedog v0.12.4-0.20240229114338-b4b4fe4011fe h1:lbtId1BZ7k2gJY39JrE2qH52jICFOePSTxG/GkPvHk0=
github.com/werf/kubedog v0.12.4-0.20240229114338-b4b4fe4011fe/go.mod h1:AtmPbj6IokFIyBsXkPaLfPmof8Vuye66+JdUXffXUMA=
github.com/werf/kubedog v0.12.4-0.20240321174951-1837be1f153b h1:5x2glMg003YG3A3PKjaJutw2VSh/Fh09q7ea+C0gO40=
github.com/werf/kubedog v0.12.4-0.20240321174951-1837be1f153b/go.mod h1:AtmPbj6IokFIyBsXkPaLfPmof8Vuye66+JdUXffXUMA=
github.com/werf/lockgate v0.1.1 h1:S400JFYjtWfE4i4LY9FA8zx0fMdfui9DPrBiTciCrx4=
github.com/werf/lockgate v0.1.1/go.mod h1:0yIFSLq9ausy6ejNxF5uUBf/Ib6daMAfXuCaTMZJzIE=
github.com/werf/logboek v0.6.1 h1:oEe6FkmlKg0z0n80oZjLplj6sXcBeLleCkjfOOZEL2g=
Expand Down

0 comments on commit 96793f0

Please sign in to comment.