Edited the args in workflow.yml (#349)

Signed-off-by: Vedant Shrotria <vedant.shrotria@mayadata.io>
This commit is contained in:
VEDANT SHROTRIA
2020-10-15 12:24:28 +05:30
committed by GitHub
parent fad6474808
commit 0a552fca6c
12 changed files with 12 additions and 12 deletions

View File

@@ -72,7 +72,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/node-cpu-hog
- ./experiments -name node-cpu-hog
command:
- /bin/bash
env:

View File

@@ -76,7 +76,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/node-cpu-hog
- ./experiments -name node-cpu-hog
command:
- /bin/bash
env: