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