pr feedback

This commit is contained in:
Steve Nolen 2019-10-31 11:08:14 -04:00
commit d1c0f3c94a

View file

@ -20,7 +20,7 @@ pipeline {
stages {
stage('deploy') {
steps {
sh 'make serverless-deploy.${params.ENVIRONMENT}'
sh "make serverless-deploy.${params.ENVIRONMENT}"
}
}
}