one more try to fix global env vars for bamboo build

This commit is contained in:
Martin Lippert
2021-11-29 13:34:00 +01:00
parent 4c721f09a1
commit f7ae79f46d
2 changed files with 4 additions and 4 deletions

View File

@@ -88,8 +88,8 @@
<dist.bucket>dist.springsource.com</dist.bucket>
<dist.key>TOOLS</dist.key>
<dist.accessKey>${env.bamboo.tools.s3.accesskey.password}</dist.accessKey>
<dist.secretKey>${env.bamboo.tools.s3.secretkey.password}</dist.secretKey>
<dist.accessKey>${env.bamboo_tools_s3_accesskey_password}</dist.accessKey>
<dist.secretKey>${env.bamboo_tools_s3_secretkey_password}</dist.secretKey>
<dist.project>sts4</dist.project>