haveno/seednode/docker/setup.sh

6 lines
81 B
Bash
Raw Normal View History

2021-05-05 00:20:01 +00:00
#!/usr/bin/env bash
if [ "$SKIP_BUILD" != "true" ]; then
./gradlew build
fi