kopia lustrzana https://github.com/bugout-dev/moonstream
Fix for lost go.mod during crawler build
rodzic
cddf7c07b6
commit
fbbeae957d
|
@ -25,7 +25,10 @@ set -eu
|
||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
echo "Building executable Ethereum transaction pool crawler script with Go"
|
echo "Building executable Ethereum transaction pool crawler script with Go"
|
||||||
|
EXEC_DIR=$(pwd)
|
||||||
|
cd "${APP_CRAWLERS_DIR}/ethtxpool"
|
||||||
HOME=/root /usr/local/go/bin/go build -o "${APP_CRAWLERS_DIR}/ethtxpool/ethtxpool" "${APP_CRAWLERS_DIR}/ethtxpool/main.go"
|
HOME=/root /usr/local/go/bin/go build -o "${APP_CRAWLERS_DIR}/ethtxpool/ethtxpool" "${APP_CRAWLERS_DIR}/ethtxpool/main.go"
|
||||||
|
cd "${EXEC_DIR}"
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
|
|
Ładowanie…
Reference in New Issue