Skip to content

Commit

Permalink
fix: compilation error creating deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed May 20, 2024
1 parent 9d90e04 commit 439f294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/cmd/deploy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ func createJob(ctx context.Context) (string, error) {
return "", err
}
}
return newJob.Job, nil
return newJob.JobId, nil
}
}

0 comments on commit 439f294

Please sign in to comment.