Sha256: a9d0e61c168709d43bf4358af3c536869c319bf56413f573843e0be496b5890b

Contents?: true

Size: 339 Bytes

Versions: 1

Compression:

Stored size: 339 Bytes

Contents

deploy:
  override:
    - VERSION=`bundle exec rake build | cut -d" " -f2`
    - >
      if [ "`git tag | grep v$VERSION`" = "" ]; then
        echo "No tag exist on github for v$VERSION.";
        echo "Add one with:";
        echo "  git tag -a -m \"Version $VERSION\" v$VERSION";
        exit 1;
      fi
    - bundle exec rake release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
browser_sniffer-1.0.5 shipit.yml