wip - jenkins

master
Sylvain Gibier 2023-06-16 16:01:56 +02:00
parent 4f601a8cc0
commit 8525170d76
1 changed files with 0 additions and 15 deletions

View File

@ -37,21 +37,6 @@ pipeline {
stages {
stage('terraform init') {
steps {
container('terraform') {
sshagent(credentials: ['sofa-user-automation']) {
script {
sh "cd environments/${CLOUD_PROVIDER}/${AWS_REGION}/${STAGE} "
sh "terraform init"
sh "terraform fmt"
}
}
}
}
}
}