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
98554f8c
Commit
98554f8c
authored
Sep 16, 2021
by
mdj33
Committed by
vipwzw
Sep 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update go ver
parent
7a6ddf47
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
66 additions
and
59 deletions
+66
-59
build.yml
.github/workflows/build.yml
+0
-58
build_cross2eth.yml
.github/workflows/build_cross2eth.yml
+23
-0
build_mix.yml
.github/workflows/build_mix.yml
+1
-1
build_paracross.yml
.github/workflows/build_paracross.yml
+21
-0
build_relay.yml
.github/workflows/build_relay.yml
+21
-0
No files found.
.github/workflows/build.yml
View file @
98554f8c
...
...
@@ -104,61 +104,3 @@ jobs:
run
:
|
make docker-compose
make docker-compose-down
ci_relay
:
name
:
ci_relay
runs-on
:
ubuntu-latest
steps
:
-
name
:
Set up Golang
uses
:
actions/setup-go@v2
with
:
go-version
:
1.15
id
:
go
-
name
:
set go env
run
:
export PATH=${PATH}:`go env GOPATH`/bin
-
name
:
checkout
uses
:
actions/checkout@v2
-
name
:
deploy
run
:
|
make docker-compose dapp=relay
make docker-compose-down dapp=relay
ci_paracross
:
name
:
ci_paracross
runs-on
:
ubuntu-latest
steps
:
-
name
:
Set up Golang
uses
:
actions/setup-go@v2
with
:
go-version
:
1.15
id
:
go
-
name
:
set go env
run
:
export PATH=${PATH}:`go env GOPATH`/bin
-
name
:
checkout
uses
:
actions/checkout@v2
-
name
:
deploy
run
:
|
make docker-compose dapp=paracross
make docker-compose-down dapp=paracross
ci_cross2eth
:
name
:
ci_cross2eth
runs-on
:
ubuntu-latest
steps
:
-
name
:
Set up Golang
uses
:
actions/setup-go@v2
with
:
go-version
:
1.15
id
:
go
-
name
:
checkout
uses
:
actions/checkout@v2
-
name
:
deploy
run
:
|
export GOPATH=$HOME/go
export PATH=${PATH}:`go env GOPATH`/bin
echo $GOPATH
make
make docker-compose dapp=cross2eth
make docker-compose-down dapp=cross2eth
.github/workflows/build_cross2eth.yml
0 → 100644
View file @
98554f8c
name
:
build
on
:
[
push
,
pull_request
]
jobs
:
ci_cross2eth
:
name
:
ci_cross2eth
runs-on
:
ubuntu-latest
steps
:
-
name
:
Set up Golang
uses
:
actions/setup-go@v2
with
:
go-version
:
1.15
id
:
go
-
name
:
checkout
uses
:
actions/checkout@v2
-
name
:
deploy
run
:
|
export GOPATH=$HOME/go
export PATH=${PATH}:`go env GOPATH`/bin
echo $GOPATH
make
make docker-compose dapp=cross2eth
make docker-compose-down dapp=cross2eth
.github/workflows/build_mix.yml
View file @
98554f8c
...
...
@@ -9,7 +9,7 @@ jobs:
-
name
:
Set up Golang
uses
:
actions/setup-go@v2
with
:
go-version
:
1.1
4
go-version
:
1.1
5
id
:
go
-
name
:
set go env
run
:
export PATH=${PATH}:`go env GOPATH`/bin
...
...
.github/workflows/build_paracross.yml
0 → 100644
View file @
98554f8c
name
:
build
on
:
[
push
,
pull_request
]
jobs
:
ci_paracross
:
name
:
ci_paracross
runs-on
:
ubuntu-latest
steps
:
-
name
:
Set up Golang
uses
:
actions/setup-go@v2
with
:
go-version
:
1.15
id
:
go
-
name
:
set go env
run
:
export PATH=${PATH}:`go env GOPATH`/bin
-
name
:
checkout
uses
:
actions/checkout@v2
-
name
:
deploy
run
:
|
make docker-compose dapp=paracross
make docker-compose-down dapp=paracross
.github/workflows/build_relay.yml
0 → 100644
View file @
98554f8c
name
:
build
on
:
[
push
,
pull_request
]
jobs
:
ci_relay
:
name
:
ci_relay
runs-on
:
ubuntu-latest
steps
:
-
name
:
Set up Golang
uses
:
actions/setup-go@v2
with
:
go-version
:
1.15
id
:
go
-
name
:
set go env
run
:
export PATH=${PATH}:`go env GOPATH`/bin
-
name
:
checkout
uses
:
actions/checkout@v2
-
name
:
deploy
run
:
|
make docker-compose dapp=relay
make docker-compose-down dapp=relay
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