@@ -18,7 +18,7 @@ pipeline {
stage("Scale") {
steps {
echo "Scaling $service by $scale"
- sh 'false'
+ sh 'ls *.meme'
}