Skip to content

Commit

Permalink
Appease Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
quis committed Oct 2, 2015
1 parent b687542 commit a0d61b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages_builder/tag_latest_version.sh
Expand Up @@ -9,7 +9,7 @@ commit=$(git log master --pretty=oneline --abbrev-commit --no-decorate | grep "B
sha=$(echo $commit | cut -d ' ' -f1)
version=v$(cat VERSION.txt)
previous_version=$(git describe --abbrev=0)
changes=$(git log --merges --oneline $previous_version..head)
changes=$(git log --merges --oneline $previous_version...master)
echo Commit:\ \ \ $commit
echo Version:\ \ $version
echo Previous:\ $previous_version
Expand Down

0 comments on commit a0d61b0

Please sign in to comment.