cleanup white noise
Signed-off-by: Xiang Dai <long0dai@foxmail.com>
This commit is contained in:
parent
3851972f0c
commit
6a45d3cfbc
|
|
@ -64,7 +64,7 @@ func buildJobCmd() *cobra.Command {
|
|||
|
||||
jobDelCmd := &cobra.Command{
|
||||
Use: "delete",
|
||||
Short: "delete a job ",
|
||||
Short: "delete a job",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
checkError(cmd, job.DeleteJob())
|
||||
},
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 51 KiB |
|
|
@ -28,4 +28,3 @@ Reclaim runs in each session and the workflow of the session is explained below
|
|||
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
|
|
@ -21,6 +21,7 @@ set -o pipefail
|
|||
VK_ROOT=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/..
|
||||
export RELEASE_FOLDER=${VK_ROOT}/${RELEASE_DIR}
|
||||
|
||||
sed -i 's/[ \t]*$//' ${RELEASE_FOLDER}/volcano-latest.yaml
|
||||
|
||||
if ! diff ${VK_ROOT}/installer/volcano-development.yaml ${RELEASE_FOLDER}/volcano-latest.yaml ; then
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue