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
box: wercker-labs/docker | |
build: | |
steps: | |
- script: | |
name: fix timestamps | |
code: | | |
sudo wget https://gist.githubusercontent.com/davidwindell/fbfef588c6295666c6a1/raw/c2870b13a50a7aeb4aed1e6eb4daec3a905a7fc0/git-timestamp.sh -O /usr/local/bin/git-timestamp | |
sudo chmod +x /usr/local/bin/git-timestamp | |
git-timestamp composer.json | |
git-timestamp composer.lock |