Skip to content

Commit b78ab34

Browse files
authored
Merge pull request #32 from topcoder-platform/dev-ps-var
minor change to remove unwanted files after upload
2 parents 6fa41cd + 475f590 commit b78ab34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

uploadjson-ps.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ do
1313
aws ssm put-parameter --cli-input-json file://cli-input.json
1414
done
1515
IFS=$o
16+
17+
[ -f upload_object.json ] && rm -f upload_object.json
18+
[ -f cli-input.json ] && rm -f cli-input.json

0 commit comments

Comments
 (0)