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
| version: 0.0.21 | |
| application: bar | |
| description: coolest templates in the world | |
| provider: aws |
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
| ### Keybase proof | |
| I hereby claim: | |
| * I am lastin on github. | |
| * I am lastin (https://keybase.io/lastin) on keybase. | |
| * I have a public key ASBT55CWsEt7d4ZtCO2QC3tlT8hYqfbuDkXMpiGG8xFeLAo | |
| To claim this, I am signing this object: |
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
| #!/usr/bin/env bash | |
| set -e | |
| HEAD_HASH=$(git rev-parse HEAD) | |
| HEAD_HASH=${HEAD_HASH:0:7} | |
| echo $HEAD_HASH |