Skip to content

Commit

Permalink
publish update
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Avetisyan <[email protected]>
  • Loading branch information
havetisyan committed Oct 8, 2024
1 parent 6f1842e commit 0318994
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions actions/scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,19 @@ function deployProject ()

if [[ "$MODULE_TYPE" = "client" ]];
then
deployProject "com.yahoo.athenz:athenz"
deployProject "com.yahoo.athenz:athenz-zms-core"
deployProject "com.yahoo.athenz:athenz-zts-core"
deployProject "com.yahoo.athenz:athenz-msd-core"
deployProject "com.yahoo.athenz:athenz-auth-core"
deployProject "com.yahoo.athenz:athenz-client-common"
deployProject "com.yahoo.athenz:athenz-cert-refresher"
deployProject "com.yahoo.athenz:athenz-zms-java-client"
deployProject "com.yahoo.athenz:athenz-zts-java-client"
deployProject "com.yahoo.athenz:athenz-zpe-java-client"
deployProject "com.yahoo.athenz:athenz-msd-java-client"
deployProject "com.yahoo.athenz:athenz-gcp-zts-creds"
echo "Building client modules"
# deployProject "com.yahoo.athenz:athenz"
# deployProject "com.yahoo.athenz:athenz-zms-core"
# deployProject "com.yahoo.athenz:athenz-zts-core"
# deployProject "com.yahoo.athenz:athenz-msd-core"
# deployProject "com.yahoo.athenz:athenz-auth-core"
# deployProject "com.yahoo.athenz:athenz-client-common"
# deployProject "com.yahoo.athenz:athenz-cert-refresher"
# deployProject "com.yahoo.athenz:athenz-zms-java-client"
# deployProject "com.yahoo.athenz:athenz-zts-java-client"
# deployProject "com.yahoo.athenz:athenz-zpe-java-client"
# deployProject "com.yahoo.athenz:athenz-msd-java-client"
# deployProject "com.yahoo.athenz:athenz-gcp-zts-creds"
else
mvn -B install --projects "com.yahoo.athenz:athenz" -Dmaven.test.skip=true
mvn -B install --projects "com.yahoo.athenz:athenz-zms-core" -Dmaven.test.skip=true
Expand All @@ -50,9 +51,11 @@ else
mvn -B install --projects "com.yahoo.athenz:athenz-cert-refresher" -Dmaven.test.skip=true
mvn -B install --projects "com.yahoo.athenz:athenz-zms-java-client" -Dmaven.test.skip=true
mvn -B install --projects "com.yahoo.athenz:athenz-zts-java-client" -Dmaven.test.skip=true
deployProject "com.yahoo.athenz:athenz-server-common"
deployProject "com.yahoo.athenz:athenz-server-k8s-common"
deployProject "com.yahoo.athenz:athenz-dynamodb-client-factory"
mvn -B install --projects "com.yahoo.athenz:athenz-server-common" -Dmaven.test.skip=true
mvn -B install --projects "com.yahoo.athenz:athenz-server-k8s-common" -Dmaven.test.skip=true
# deployProject "com.yahoo.athenz:athenz-server-common"
# deployProject "com.yahoo.athenz:athenz-server-k8s-common"
deployProject "com.yahoo.athenz:athenz-server-aws-common"
deployProject "com.yahoo.athenz:athenz-instance-provider"
deployProject "com.yahoo.athenz:athenz-syncer-common"
fi

0 comments on commit 0318994

Please sign in to comment.