commit | fce9b917995e022abb19a1e7232974fc3289ae98 | [log] [tgz] |
---|---|---|
author | Tomáš Kukrál <tkukral@mirantis.com> | Fri Jun 02 13:30:55 2017 +0200 |
committer | Tomáš Kukrál <tkukral@mirantis.com> | Fri Jun 02 13:30:55 2017 +0200 |
tree | 2d5f80c5dadf0d54fd1a037371190587de2719f4 | |
parent | 439c62ea5710563950c6ef63e6e1ff3e4517788e [diff] |
fix env_vars creating Change-Id: If6ce954c21fb8dc8d0e5aff584254380647a8b70
diff --git a/cleanup-pipeline.groovy b/cleanup-pipeline.groovy index a2949eb..948de72 100644 --- a/cleanup-pipeline.groovy +++ b/cleanup-pipeline.groovy
@@ -45,7 +45,7 @@ } else if (STACK_TYPE == 'aws') { - env_vars = aws.getEnvVars(AWS_API_CREDENTIALS, AWS_STACK_REGION) + env_vars = aws.getEnvVars(AWS_API_CREDENTIALS, AWS_DEFAULT_REGION) aws.setupVirtualEnv(venv_path) } else {