mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
Fix CI docker build issue (#121)
delete node Co-authored-by: chuhanjin <419436363@qq.com>
This commit is contained in:
parent
f731427282
commit
3410a56d86
1 changed files with 1 additions and 2 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
|
@ -43,7 +43,6 @@ pipeline {
|
|||
steps {
|
||||
// Use a scripted pipeline.
|
||||
script {
|
||||
node {
|
||||
def app
|
||||
// stage('Initialize') {
|
||||
// def dockerHome = tool 'myDocker'
|
||||
|
|
@ -53,7 +52,7 @@ pipeline {
|
|||
stage('Build image') {
|
||||
app = docker.build("${env.DOCKER_CREDENTIALS_USR}/l2geth-img")
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue