Commit 9bc6a7df authored by harrylee's avatar harrylee Committed by 33cn

rejust code for CI

parent 7a464486
#!/bin/sh
# 官方ci集成脚本
#strpwd=$(pwd)
#strcmd=${strpwd##*dapp/}
#strapp=${strcmd%/cmd*}
#
#OUT_DIR="${1}/$strapp"
#FLAG=$2
strpwd=$(pwd)
strcmd=${strpwd##*dapp/}
strapp=${strcmd%/cmd*}
OUT_DIR="${1}/$strapp"
#FLAG=$2
echo "${OUT_DIR}"
# mkdir -p "${OUT_DIR}"
# cp ./build/* "${OUT_DIR}"
#!/bin/sh
# 官方ci集成脚本
#strpwd=$(pwd)
#strcmd=${strpwd##*dapp/}
#strapp=${strcmd%/cmd*}
#
#OUT_DIR="${1}/$strapp"
#FLAG=$2
strpwd=$(pwd)
strcmd=${strpwd##*dapp/}
strapp=${strcmd%/cmd*}
OUT_DIR="${1}/$strapp"
#FLAG=$2
echo "${OUT_DIR}"
# mkdir -p "${OUT_DIR}"
# cp ./build/* "${OUT_DIR}"
#!/bin/sh
# 官方ci集成脚本
#strpwd=$(pwd)
#strcmd=${strpwd##*dapp/}
#strapp=${strcmd%/cmd*}
#
#OUT_DIR="${1}/$strapp"
#FLAG=$2
strpwd=$(pwd)
strcmd=${strpwd##*dapp/}
strapp=${strcmd%/cmd*}
OUT_DIR="${1}/$strapp"
#FLAG=$2
echo "${OUT_DIR}"
# mkdir -p "${OUT_DIR}"
# cp ./build/* "${OUT_DIR}"
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