Skip to content

Commit

Permalink
remove non-client bits from build/publish to speed up cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
havetisyan committed Aug 11, 2023
1 parent 2b9326b commit d730ebe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
22 changes: 0 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,28 +136,6 @@
<module>clients/go/zms</module>
<module>clients/go/zts</module>
<module>clients/go/msd</module>
<module>libs/go/zmscli</module>
<module>libs/go/zmssvctoken</module>
<module>libs/go/athenzutils</module>
<module>libs/go/athenzconf</module>
<module>utils/zms-cli</module>
<module>utils/athenz-conf</module>
<module>utils/zms-svctoken</module>
<module>utils/zpe-updater</module>
<module>utils/zts-roletoken</module>
<module>utils/zts-accesstoken</module>
<module>utils/zts-idtoken</module>
<module>utils/zts-rolecert</module>
<module>utils/zts-svccert</module>
<module>utils/msd-agent</module>
<module>libs/nodejs/auth_core</module>
<module>clients/nodejs/zts</module>
<module>clients/nodejs/zpe</module>
<module>ui</module>
<module>assembly/zms</module>
<module>assembly/zts</module>
<module>assembly/ui</module>
<module>assembly/utils</module>
</modules>

<build>
Expand Down
1 change: 0 additions & 1 deletion screwdriver/scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ deployProject "com.yahoo.athenz:athenz-msd-java-client"
deployProject "com.yahoo.athenz:athenz-server-common"
deployProject "com.yahoo.athenz:athenz-instance-provider"
deployProject "com.yahoo.athenz:athenz-jetty-container"
deployProject "com.yahoo.athenz:athenz-utils"

rm -rf screwdriver/deploy

0 comments on commit d730ebe

Please sign in to comment.