From 41efab5bfe1556f3ba9517fb6a05e9538532306c Mon Sep 17 00:00:00 2001 From: Mohanachandran S Date: Tue, 19 Nov 2024 10:50:48 +0530 Subject: [PATCH] MOSIP-37498 - Renamed apitest folder to api-test Signed-off-by: Mohanachandran S --- .github/workflows/push-trigger.yml | 10 +++++----- api-test/Dockerfile | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml index ded26b8b..c182d0ba 100644 --- a/.github/workflows/push-trigger.yml +++ b/.github/workflows/push-trigger.yml @@ -89,7 +89,7 @@ jobs: build-maven-apitest-inji-certify: uses: mosip/kattu/.github/workflows/maven-build.yml@master-java21 with: - SERVICE_LOCATION: ./apitest + SERVICE_LOCATION: ./api-test BUILD_ARTIFACT: apitest-inji-certify secrets: OSSRH_USER: ${{ secrets.OSSRH_USER }} @@ -103,7 +103,7 @@ jobs: needs: build-maven-apitest-inji-certify uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@master-java21 with: - SERVICE_LOCATION: ./apitest + SERVICE_LOCATION: ./api-test secrets: OSSRH_USER: ${{ secrets.OSSRH_USER }} OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }} @@ -118,7 +118,7 @@ jobs: env: NAMESPACE: ${{ secrets.dev_namespace_docker_hub }} SERVICE_NAME: apitest-inji-certify - SERVICE_LOCATION: apitest + SERVICE_LOCATION: api-test BUILD_ARTIFACT: apitest-inji-certify-local steps: - uses: actions/checkout@v3 @@ -163,7 +163,7 @@ jobs: strategy: matrix: include: - - SERVICE_LOCATION: 'apitest' + - SERVICE_LOCATION: 'api-test' SERVICE_NAME: 'apitest-inji-certify' BUILD_ARTIFACT: 'apitest-inji-certify-local' ONLY_DOCKER: true @@ -186,7 +186,7 @@ jobs: if: "${{ github.event_name != 'pull_request' }}" uses: mosip/kattu/.github/workflows/maven-sonar-analysis.yml@master-java21 with: - SERVICE_LOCATION: ./apitest + SERVICE_LOCATION: ./api-test secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} ORG_KEY: ${{ secrets.ORG_KEY }} diff --git a/api-test/Dockerfile b/api-test/Dockerfile index f941af4f..5acccb14 100644 --- a/api-test/Dockerfile +++ b/api-test/Dockerfile @@ -29,7 +29,7 @@ WORKDIR /home/${container_user} ENV work_dir=/home/${container_user} # Combine all necessary files into a single COPY command -COPY ./apitest/target $work_dir/ +COPY ./api-test/target $work_dir/ COPY application.properties $work_dir/ COPY ["Biometric Devices", "$work_dir/Biometric Devices"] COPY ["resource", "$work_dir/resource"]