Commit b66e1036 authored by madengji's avatar madengji Committed by 33cn

fix go env

parent 2994bdfb
...@@ -147,16 +147,14 @@ jobs: ...@@ -147,16 +147,14 @@ jobs:
with: with:
go-version: 1.13 go-version: 1.13
id: go id: go
- name: set go env - name: checkout
uses: actions/checkout@v2
- name: deploy
run: | run: |
export GOPATH=$HOME/go export GOPATH=$HOME/go
export PATH=${PATH}:`go env GOPATH`/bin export PATH=${PATH}:`go env GOPATH`/bin
echo $GOPATH echo $GOPATH
echo $PATH echo $PATH
- name: checkout
uses: actions/checkout@v2
- name: deploy
run: |
make make
make docker-compose dapp=x2ethereum make docker-compose dapp=x2ethereum
make docker-compose-down dapp=x2ethereum make docker-compose-down dapp=x2ethereum
......
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