Skip to content

Instantly share code, notes, and snippets.

@hatchan
Created March 17, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hatchan/dd3075cf7f06901a5953 to your computer and use it in GitHub Desktop.
Save hatchan/dd3075cf7f06901a5953 to your computer and use it in GitHub Desktop.
echo and ls various wercker directories
deploy:
steps:
- script:
name: debug
code: |
echo $WERCKER_ROOT
echo $WERCKER_SOURCE_DIR
ls -la $WERCKER_ROOT
ls -la $WERCKER_SOURCE_DIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment