removed info blocks

This commit is contained in:
loyalsoldier 2019-12-11 03:28:29 +08:00
parent 244d2b3584
commit 3e7c61042f
2 changed files with 0 additions and 29 deletions

View File

@ -29,22 +29,6 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
# - name: Set GOPATH
# run: |
# echo "##[set-env name=GOPATH;]$GITHUB_WORKSPACE"
# echo "##[add-path]$GITHUB_WORKSPACE/bin"
# shell: bash
- name: Debug
run: |
pwd
echo ${HOME}
echo ${GITHUB_WORKSPACE}
echo ${GOPATH}
echo ${GOROOT}
env:
GOPATH: ${GITHUB_WORKSPACE}
- name: Generate
run: |
chmod +x generate-rules-dat.sh

View File

@ -52,17 +52,4 @@ go run main.go
mv dlc.dat $V2RAY_FOLDER/geosite.dat
echo -e "${GREEN}>>> Finished geosite.dat ${NC}"
echo -e "${GREEN}>>> List $GITHUB_WORKSPACE files: ${NC}"
ls -lah $GITHUB_WORKSPACE
echo -e "\n"
echo -e "${GREEN}>>> List $GOPATH files: ${NC}"
ls -lah $GOPATH
echo -e "\n"
echo -e "\n"
echo -e "${GREEN}>>> List $V2RAY_FOLDER files: ${NC}"
ls -lah $V2RAY_FOLDER
echo -e "\n"
echo -e "${GREEN}完成啦!🌈${NC}"