Created
January 6, 2016 16:15
-
-
Save hatchan/e7304e53f3746738504f to your computer and use it in GitHub Desktop.
Listing all environment variable during a wercker build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
box: ubuntu | |
build: | |
steps: | |
- script: | |
name: env | |
code: env |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment