Update Jenkinsfile

This commit is contained in:
Manraj 2023-03-11 14:16:11 -05:00 committed by GitHub
parent c3a61854a5
commit 8e8d583fcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ pipeline {
TWILIO_VERIFY_SERVICE_ID = credentials('TWILIO_ACCOUNT_SID')
}
steps {
echo '$TWILIO_ACCOUNT_SID'
sh 'cat .env'
sh 'docker build -t microblog:latest .'
}
}