Skip to content

Instantly share code, notes, and snippets.

@codeOfRobin
Created September 2, 2017 09:37
Show Gist options
  • Save codeOfRobin/d38802d310bae6f912fbe8f79ff0583f to your computer and use it in GitHub Desktop.
Save codeOfRobin/d38802d310bae6f912fbe8f79ff0583f to your computer and use it in GitHub Desktop.
#check if env-vars.sh exists
if [ -f ./env-vars.sh ]
then
source ./env-vars.sh
fi
#no `else` case needed if the CI works as expected
./Sourcery/bin/sourcery --templates ./kayakoSwiftSDKTests --sources . --output ./kayakoSwiftSDKTests --args email=$TEST_EMAIL,password=$TEST_PASSWORD,url=$TEST_URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment