Skip to content

Instantly share code, notes, and snippets.

@hatchan
Created March 11, 2014 09:19
Show Gist options
  • Save hatchan/9482228 to your computer and use it in GitHub Desktop.
Save hatchan/9482228 to your computer and use it in GitHub Desktop.
Remove /home/ubuntu/tmp directory
build:
steps:
- script:
name: remove tmp directory
code: sudo rm -rf /home/ubuntu/tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment