mirror of https://github.com/halo-dev/halo
Delete pre_build hook of docker hub
parent
da178a6aca
commit
428d4a7bfc
|
@ -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"
|
|
Loading…
Reference in New Issue