Sha256: b4b7e396bbc5b4c634c2f2cfa39f9197805bdd3aac01128f907165a5e442ab74
Contents?: true
Size: 235 Bytes
Versions: 3
Compression:
Stored size: 235 Bytes
Contents
#!/bin/bash git log --name-only -n1 | grep 'src/main/java' > /dev/null if [ $? = 0 ]; then rake "ant:build" && git add trinidad-libs/trinidad-sandbox-extension.jar && git ci -m "update extension jar with the latest source code" fi
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
trinidad_sandbox_extension-1.0.2 | git-hooks/post-commit |
trinidad_sandbox_extension-1.0.1 | git-hooks/post-commit |
trinidad_sandbox_extension-1.0.0 | git-hooks/post-commit |