From aa19da2e84a3cc8e3a849b881b9cce654a439bdc Mon Sep 17 00:00:00 2001
From: Bo-Chun Louis Chen <louistw@uab.edu>
Date: Wed, 2 Sep 2020 18:28:05 -0500
Subject: [PATCH] Update syntax

---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 9c2a25c..e56933e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -43,7 +43,7 @@
         APP_CRED = credentials('uab-dev-openrc')
       }
       steps {
-        bash '''
+        sh '''#!/bin/bash
           echo "hosts: files dns" > /etc/nsswitch.conf
           . ${APP_CRED}
           floatingip=(`openstack floating ip create -c id -c floating_ip_address -f value bright-external-flat-externalnet`)
-- 
GitLab