Replaced dir block by 'cd' command
This commit is contained in:
4
.jenkins/Jenkinsfile
vendored
4
.jenkins/Jenkinsfile
vendored
@ -62,8 +62,7 @@ pipeline {
|
||||
sh 'git clone ${DEPLOY_REPO} --branch fluxcd'
|
||||
}
|
||||
}
|
||||
|
||||
dir('user-microservice-deploy/apps/user-microservice') {
|
||||
sh 'cd user-microservice-deploy/apps/user-microservice'
|
||||
sh '''
|
||||
# Podmień tag obrazu w pliku deploy.yaml
|
||||
awk -v commit="$GIT_COMMIT" '
|
||||
@ -90,4 +89,3 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user