fix(jar): bug on remove temporary jar
This commit is contained in:
@@ -40,6 +40,7 @@ func (JarFile *JarFile) Upload(flinkClient *api.Client) (fileName string, err er
|
||||
if resp.Status != "success" {
|
||||
err = errors.New("jar upload was not success")
|
||||
}
|
||||
JarFile.filePath = fileName
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user