Skip to content

Commit 4c721f0

Browse files
committed
one more try to fix global env vars for bamboo build
1 parent 2d33022 commit 4c721f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eclipse-distribution/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888

8989
<dist.bucket>dist.springsource.com</dist.bucket>
9090
<dist.key>TOOLS</dist.key>
91-
<dist.accessKey>${bamboo.tools.s3.accesskey.password}</dist.accessKey>
92-
<dist.secretKey>${bamboo.tools.s3.secretkey.password}</dist.secretKey>
91+
<dist.accessKey>${env.bamboo.tools.s3.accesskey.password}</dist.accessKey>
92+
<dist.secretKey>${env.bamboo.tools.s3.secretkey.password}</dist.secretKey>
9393

9494
<dist.project>sts4</dist.project>
9595

eclipse-language-servers/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
<tycho-version>1.7.0</tycho-version>
9191
<encoding>UTF-8</encoding>
9292

93-
<dist.accessKey>${bamboo.tools.s3.accesskey.password}</dist.accessKey>
94-
<dist.secretKey>${bamboo.tools.s3.secretkey.password}</dist.secretKey>
93+
<dist.accessKey>${env.bamboo.tools.s3.accesskey.password}</dist.accessKey>
94+
<dist.secretKey>${env.bamboo.tools.s3.secretkey.password}</dist.secretKey>
9595

9696
<dist.bucket>dist.springsource.com</dist.bucket>
9797
<dist.key>TOOLS</dist.key>

0 commit comments

Comments
 (0)