Skip to content
Snippets Groups Projects
Commit 684418bf authored by OZGCloud's avatar OZGCloud
Browse files

Merge remote-tracking branch 'origin/OZG-5009-ohne-ngrx' into OZG-5009-ohne-ngrx

parents 91befd6d e36ab956
Branches
Tags
No related merge requests found
......@@ -204,7 +204,7 @@ Void setNewGitopsVersion(String environment) {
}
Boolean hasValuesFileChanged(String environment) {
return sh (script: "git status | grep '${environment}/application/values/alfa-values.yaml'", returnStatus: true) == env.SH_SUCCESS_STATUS_CODE as Integer
return sh (script: "git status | grep '${environment}/application/values/admin-client-values.yaml'", returnStatus: true) == env.SH_SUCCESS_STATUS_CODE as Integer
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment