Sha256: df190d6361fb9e5e2354187846eb6ff42f478b84a0958694ef95bd746fc13931
Contents?: true
Size: 414 Bytes
Versions: 2
Compression:
Stored size: 414 Bytes
Contents
#!/bin/bash msg=$(cat $1) OLD_GIT_DIR=$GIT_DIR if [[ "${msg}" != *"[ci skip]"* ]]; then if [ "$(penchant gemfile-env)" != "remote" ]; then penchant gemfile remote fi bundle exec rake R=$? if [ $R -ne 0 ]; then exit $R; fi fi if [ "$(penchant gemfile-env)" != "remote deployment" ]; then unset GIT_DIR penchant gemfile remote --deployment GIT_DIR=$OLD_GIT_DIR git add Gemfile* fi exit 0
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
penchant-0.1.2 | script/hooks/commit-msg |
penchant-0.1.2 | template/script/hooks/commit-msg |