diff options
Diffstat (limited to 'jjb/qtip/qtip.yml')
-rw-r--r-- | jjb/qtip/qtip.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/qtip/qtip.yml b/jjb/qtip/qtip.yml index 1f761dec0..9c627b8af 100644 --- a/jjb/qtip/qtip.yml +++ b/jjb/qtip/qtip.yml @@ -136,7 +136,7 @@ name: qtip-run-suite builders: - shell: | - #!/bin/basih + #!/bin/bash echo "The container id is:" container_id=$(docker ps | grep 'opnfv/qtip:latest' | awk '{print $1}' | head -1) echo $container_id |