adding a property to skip uploading to s3 during deploy task

This commit is contained in:
Sergey Skrobotov 2023-06-06 15:41:38 -07:00 committed by Jon Chambers
parent 98578b18aa
commit 25802432c2
2 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,8 @@
<docker.image.sha256>ddf36656dc8920621fddf4928bdcb4b98c0d0e7bc9672f0cea8115c10ad5cbc6</docker.image.sha256>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<deploy.skip.s3.upload>false</deploy.skip.s3.upload>
</properties>
<groupId>org.whispersystems.textsecure</groupId>

View File

@ -562,6 +562,7 @@
<bucketName>${deploy.bucketName}</bucketName>
<region>${deploy.bucketRegion}</region>
<destination>${project.build.finalName}-bin.tar.gz</destination>
<doNotUpload>${deploy.skip.s3.upload}</doNotUpload>
</configuration>
<executions>
<execution>