diff --git a/hooks/pre_build b/hooks/pre_build deleted file mode 100644 index 2e39a914b..000000000 --- a/hooks/pre_build +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -./gradlew clean build -x test - -echo "=> Building the binary" -docker run \ - -v $(pwd):/src \ - -v /var/run/docker.sock:/var/run/docker.sock \ - -w="/src" \ - openjdk:8-jdk-alpine \ - ./gradlew clean build -x test -echo "=> Built the binary successfully" \ No newline at end of file