Browse Source

missprint

Tomishinets Vladimir 4 years ago
parent
commit
f8bdf7c1f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      devK8s.Jenkinsfile

+ 1 - 1
devK8s.Jenkinsfile

@@ -95,7 +95,7 @@ pipeline {
             buildOps.npm()
           }
           echo "Build Promo"
-          dir("${SOURCE_DIR}/promo" {
+          dir("${SOURCE_DIR}/promo") {
             buildOps.gradle()
           }
         }