Skip to content

Commit

Permalink
Remove s3-upload from deploy phase
Browse files Browse the repository at this point in the history
  • Loading branch information
eager-signal committed Aug 2, 2023
1 parent f53743d commit 89a4034
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@
<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>
Expand Down
22 changes: 0 additions & 22 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -553,28 +553,6 @@
</executions>
</plugin>

<plugin>
<groupId>com.bazaarvoice.maven.plugins</groupId>
<artifactId>s3-upload-maven-plugin</artifactId>
<version>2.0.1</version>
<configuration>
<source>${project.build.directory}/${project.build.finalName}-bin.tar.gz</source>
<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>
<id>deploy-to-s3</id>
<phase>deploy</phase>
<goals>
<goal>s3-upload</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
Expand Down

0 comments on commit 89a4034

Please sign in to comment.