Sha256: 32ec92257b2f8f373951b8935703871ddb8b6561c35826ee0a7a6491c8710db2

Contents?: true

Size: 265 Bytes

Versions: 13

Compression:

Stored size: 265 Bytes

Contents

#!/bin/bash

if [ $(bundle exec rake -P | grep preflight_check | wc -l) -ne 0 ]; then
  bundle exec rake preflight_check
  R=$?
  if [ $R -ne 0 ]; then exit $R; fi
fi

unset GIT_DIR
penchant gemfile remote --deployment
GIT_DIR=$OLD_GIT_DIR
git add Gemfile*

exit 0

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
penchant-0.2.29 template/script/hooks/pre-commit
penchant-0.2.28 template/script/hooks/pre-commit
penchant-0.2.27 template/script/hooks/pre-commit
penchant-0.2.26 template/script/hooks/pre-commit
penchant-0.2.24 template/script/hooks/pre-commit
bullseye-0.0.8 script/hooks/pre-commit
bullseye-0.0.7 script/hooks/pre-commit
penchant-0.2.23 template/script/hooks/pre-commit
penchant-0.2.22 template/script/hooks/pre-commit
bullseye-0.0.4 script/hooks/pre-commit
penchant-0.2.21 template/script/hooks/pre-commit
bullseye-0.0.3 script/hooks/pre-commit
penchant-0.2.20 template/script/hooks/pre-commit