Skip to content

Commit

Permalink
changed pytest args
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth-khatsuriya committed Aug 21, 2021
1 parent 1826cbc commit 090082b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WORKFLOW_NAME=`argo submit -v -o json --from wftmpl/${1} -n ${2} -l workflows.ar
-p job-name=${5} \
-p splunk-version=${6} \
-p test-type=${7} \
-p test-args="${8}" \
-p pytest-args="${8}" \
-p aws-addon-secret-id=${10} \
-l="${9},test-type=${7},splunk-version=${6}" | jq -r .metadata.name`

Expand Down

0 comments on commit 090082b

Please sign in to comment.