Use bash in yardstick execute shells of verify and merge jobs
[releng.git] / jjb / yardstick / yardstick.yml
index 7b6a4fb..b11f006 100644 (file)
 
     builders:
         - shell: |
+            #!/bin/bash
+
             echo "Running unit tests..."
             cd $WORKSPACE
             virtualenv $WORKSPACE/yardstick_venv
 
     builders:
         - shell: |
+            #!/bin/bash
+
             echo "Running unit tests..."
             cd $WORKSPACE
             virtualenv $WORKSPACE/yardstick_venv
     name: yardstick-fetch-os-creds
     builders:
         - shell:
-            !include-raw ../../utils/fetch_os_creds.sh
\ No newline at end of file
+            !include-raw ../../utils/fetch_os_creds.sh