From ed63611cb70eee40ebcf59e8ba09ef78e92e3410 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Thu, 29 Nov 2018 09:48:11 +0200 Subject: [PATCH] [test] Clean up containers.json --- tests/cli/test_build_and_deploy_aws.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli/test_build_and_deploy_aws.sh b/tests/cli/test_build_and_deploy_aws.sh index 96bef886..c51bc739 100755 --- a/tests/cli/test_build_and_deploy_aws.sh +++ b/tests/cli/test_build_and_deploy_aws.sh @@ -196,7 +196,7 @@ __EOF__ rlRun -t -c "aws ec2 delete-snapshot --snapshot-id $SNAPSHOT_ID" rlRun -t -c "aws s3 rm s3://$AWS_BUCKET/$AMI" rlRun -t -c "$CLI compose delete $UUID" - rlRun -t -c "rm -rf $AMI" + rlRun -t -c "rm -rf $AMI containers.json" rlPhaseEnd rlJournalEnd