Browse Source

missprint

Tomishinets Vladimir 4 năm trước cách đây
mục cha
commit
f8bdf7c1f5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()
           }
         }