typo
This commit is contained in:
parent
4ed174e2e9
commit
d1f8bf34de
|
@ -40,7 +40,7 @@ pipeline {
|
|||
steps {
|
||||
script {
|
||||
//#def status_s = sh(returnStatus: true, script: 'grep $(docker --context pi502 compose ps | tail -n1 | awk \'{ print $2 }\') docker-compose.yml')
|
||||
sh 'docker --context pi502 pull docker-reigstry1.in.thelinuxpro.net:5000/sites/photos_kameronkenny_com_web:latest'
|
||||
sh 'docker --context pi502 pull docker-registry1.in.thelinuxpro.net:5000/sites/photos_kameronkenny_com_web:latest'
|
||||
sh 'docker --context pi502 compose pull photos_kameronkenny_com_web:latest'
|
||||
|
||||
//if (status_s != 0) {
|
||||
|
|
Loading…
Reference in New Issue