Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
b66e1036
Commit
b66e1036
authored
Jun 16, 2020
by
madengji
Committed by
33cn
Jun 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix go env
parent
2994bdfb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
build.yml
.github/workflows/build.yml
+3
-5
No files found.
.github/workflows/build.yml
View file @
b66e1036
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment