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 .' } }