cleanup white noise

Signed-off-by: Xiang Dai <long0dai@foxmail.com>
This commit is contained in:
Xiang Dai 2020-05-18 19:51:36 +08:00
parent 3851972f0c
commit 6a45d3cfbc
32 changed files with 154 additions and 154 deletions

View File

@ -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

View File

@ -28,4 +28,3 @@ Reclaim runs in each session and the workflow of the session is explained below

Binary file not shown.

View File

@ -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
{