From 41be7f86ed1d99fc6fd2e5c34b8712274657533d Mon Sep 17 00:00:00 2001 From: Manraj Date: Sat, 11 Mar 2023 02:32:25 -0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f88dd1d..c4cd482 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,8 +13,7 @@ pipeline { TWILIO_CREDS = credentials('twilio-creds') } steps { - echo 'Copying .env file...' - sh 'cp ${TWILIO_CREDS} .env' + sh 'cp $TWILIO_CREDS .env' sh 'docker build -t microblog:latest .' } }