Tomishinets Vladimir před 3 roky
rodič
revize
2ef01c03b7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      updateK8sToTargetVersion.Jenkinsfile

+ 1 - 1
updateK8sToTargetVersion.Jenkinsfile

@@ -48,7 +48,7 @@ pipeline {
       steps {
         script {
           echo "View ${VALUES_FILE}"
-          "sh cat ${VALUES_FILE}"
+          sh "cat ${VALUES_FILE}"
         }
       }
     }