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

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

View File

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