diff options
Diffstat (limited to 'plans/oom-platform-cert-service/certservice/teardown.sh')
-rw-r--r-- | plans/oom-platform-cert-service/certservice/teardown.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plans/oom-platform-cert-service/certservice/teardown.sh b/plans/oom-platform-cert-service/certservice/teardown.sh index f531180e..46aa25a8 100644 --- a/plans/oom-platform-cert-service/certservice/teardown.sh +++ b/plans/oom-platform-cert-service/certservice/teardown.sh @@ -22,4 +22,4 @@ echo "Removed old keystores" rm -rf ${WORKSPACE}/tests/oom-platform-cert-service/certservice/assets/certs echo "Removed old certificates" -kill-instance.sh ${ClientContainerName}
\ No newline at end of file +kill-instance.sh ${ClientContainerName} |