Delete pre_build hook of docker hub

pull/157/head
johnniang 2019-05-10 20:39:01 +08:00 committed by John Niang
parent da178a6aca
commit 428d4a7bfc
1 changed files with 0 additions and 12 deletions

View File

@ -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"