Fix CI
This commit is contained in:
parent
b9c940efa8
commit
a66c96ef1b
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -12,7 +12,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Prepare') {
|
stage('Prepare') {
|
||||||
steps {
|
steps {
|
||||||
sh 'docker pull jc21/nginx-proxy-manager-base'
|
sh 'docker pull jc21/$IMAGE_NAME-base'
|
||||||
sh 'docker pull $DOCKER_CI_TOOLS'
|
sh 'docker pull $DOCKER_CI_TOOLS'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue