Skip to content

Commit 9d0705e

Browse files
Merge pull request #36 from codefresh-io/CR-6063-gs-validation
CR-6063-gs-validation
2 parents 532428d + c4cc640 commit 9d0705e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.32.1
1+
0.32.2

pkg/codefresh/argo_runtime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func (r *argoRuntime) Create(ctx context.Context, runtimeName, cluster, runtimeV
9999
res := &graphQlRuntimeCreationResponse{}
100100
err := r.codefresh.graphqlAPI(ctx, jsonData, res)
101101
if err != nil {
102-
return nil, fmt.Errorf("failed getting runtime list: %w", err)
102+
return nil, fmt.Errorf("failed making a graphql API call while creating runtime: %w", err)
103103
}
104104

105105
if len(res.Errors) > 0 {

0 commit comments

Comments
 (0)