Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
fix: remove comments
Browse files Browse the repository at this point in the history
The comment actually comment the rest of the commands, so it doesn't do the cleanup
  • Loading branch information
d2lam authored Jun 29, 2017
1 parent 395d555 commit e40d72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/pod.yaml.tim
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
lifecycle:
preStop:
exec:
command: ["/bin/bash", "-c", "sleep 2; # This sleep is to wait for hyper to gracefully exit normally on successful build
command: ["/bin/bash", "-c", "sleep 2;
rm -rf /var/sd-workspaces/{{build_id_with_prefix}};
hyperctl rm builder-{{build_id_with_prefix}}"]
volumes:
Expand Down

0 comments on commit e40d72c

Please sign in to comment.