Skip to content

Commit 68bfa5d

Browse files
committed
Remove IP address and instance ID files in buildspec.yml
1 parent 2938e94 commit 68bfa5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildspec.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ phases:
7171
execute-command-if-has-matching-changes "$test_cmd" "test/" "src/*.py" "setup.py" "setup.cfg";
7272
docker system prune --all --force;
7373
cleanup-gpu-instances;
74+
rm ~/.instance_id;
75+
rm ~/.ip_address;
7476
done
7577
- cleanup-key-pairs;
7678

0 commit comments

Comments
 (0)