From 0318994f36878aef67d397c62b02ed62a449e754 Mon Sep 17 00:00:00 2001 From: Henry Avetisyan Date: Mon, 7 Oct 2024 21:54:52 -0700 Subject: [PATCH] publish update Signed-off-by: Henry Avetisyan --- actions/scripts/publish.sh | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/actions/scripts/publish.sh b/actions/scripts/publish.sh index 3c9bb91118b..35f9a76f2f1 100755 --- a/actions/scripts/publish.sh +++ b/actions/scripts/publish.sh @@ -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 @@ -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