Skip to content

Instantly share code, notes, and snippets.

@britter
Last active December 23, 2015 13:26
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 britter/3e659beeb3ec2a4e81e2 to your computer and use it in GitHub Desktop.
Save britter/3e659beeb3ec2a4e81e2 to your computer and use it in GitHub Desktop.
Profile for detecting Heroku build
<profile>
<id>heroku</id>
<activation>
<property>
<name>env.SOURCE_VERSION</name>
</property>
</activation>
<properties>
<buildNumber>${env.SOURCE_VERSION}</buildNumber>
</properties>
</profile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment