Created
August 7, 2013 01:36
-
-
Save shawnbot/6170473 to your computer and use it in GitHub Desktop.
Read environment variables from your .env in make tasks.
This file contains 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
test: | |
source .env && echo "my secret key is: $$SECRET_KEY" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This one works
`include .env
export
local-run:
@echo "Run local run tests with slaves:" ${NUMBER_OF_SLAVES}
./scripts/local-run.sh`