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

Commit

Permalink
Merge pull request #4 from screwdriver-cd/d2lam-patch-1
Browse files Browse the repository at this point in the history
fix: remove comments
  • Loading branch information
minzcmu authored Jun 29, 2017
2 parents 395d555 + e40d72c commit 8a2e21a
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 8a2e21a

Please sign in to comment.