pr feedback
This commit is contained in:
parent
0016ba2f4b
commit
d1c0f3c94a
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ pipeline {
|
|||
stages {
|
||||
stage('deploy') {
|
||||
steps {
|
||||
sh 'make serverless-deploy.${params.ENVIRONMENT}'
|
||||
sh "make serverless-deploy.${params.ENVIRONMENT}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue