Skip to content

Commit

Permalink
Add @ in the wrapper for git sha
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Paulisse committed Dec 30, 2016
1 parent ff89208 commit b990ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/octocatalog-diff-wrapper
Expand Up @@ -13,5 +13,5 @@ if [ -z "$OCTOCATALOG_DIFF_CONFIG_FILE" ]; then
fi

cd "$CHECKOUT_BASE"
export OCTOCATALOG_DIFF_CUSTOM_VERSION=$(git rev-parse HEAD)
export OCTOCATALOG_DIFF_CUSTOM_VERSION="@$(git rev-parse HEAD)"
bundle exec bin/octocatalog-diff --basedir "$CURRENT_PWD" $*

0 comments on commit b990ae8

Please sign in to comment.