Commit 12422ef4 authored by mdj33's avatar mdj33 Committed by 33cn

rmv relay from ci temperary

parent 33fc3431
#!/usr/bin/env bash #!/usr/bin/env bash
strpwd=$(pwd) #strpwd=$(pwd)
strcmd=${strpwd##*dapp/} #strcmd=${strpwd##*dapp/}
strapp=${strcmd%/cmd*} #strapp=${strcmd%/cmd*}
#
#OUT_DIR="${1}/$strapp"
#SRC_RELAYD=github.com/33cn/plugin/plugin/dapp/relay/cmd/relayd
#FLAG=$2
OUT_DIR="${1}/$strapp" # shellcheck disable=SC2086,1072
SRC_RELAYD=github.com/33cn/plugin/plugin/dapp/relay/cmd/relayd
FLAG=$2
# shellcheck disable=SC2086
#go build -i ${FLAG} -v -o "${OUT_DIR}/relayd" "${SRC_RELAYD}" #go build -i ${FLAG} -v -o "${OUT_DIR}/relayd" "${SRC_RELAYD}"
#cp ./relayd/relayd.toml "${OUT_DIR}/relayd.toml" #cp ./relayd/relayd.toml "${OUT_DIR}/relayd.toml"
#cp ./build/* "${OUT_DIR}" #cp ./build/* "${OUT_DIR}"
echo "ignore"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment