RED-7653: removed unnecessary test file, updated database-tenants-commons version, fixed publish-custom-docker image script for windows
This commit is contained in:
parent
1a92b3db26
commit
e9833ae71a
@ -19,7 +19,7 @@
|
||||
<swagger-commons.version>0.5.0</swagger-commons.version>
|
||||
<keycloak-commons.version>0.18.0</keycloak-commons.version>
|
||||
<jobs-commons.version>0.6.0</jobs-commons.version>
|
||||
<database-tenant-commons.version>0.4.0</database-tenant-commons.version>
|
||||
<database-tenant-commons.version>0.12.0</database-tenant-commons.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
package com.iqser.red.service.persistence.management.v1.processor.service;
|
||||
|
||||
public class DossierTemplateImportServiceTest {
|
||||
|
||||
}
|
||||
@ -17,7 +17,7 @@ GIT_BRANCH=$(git symbolic-ref --short HEAD)
|
||||
# Get the first 5 characters of the commit hash
|
||||
GIT_COMMIT_HASH=$(git rev-parse --short=5 HEAD)
|
||||
# Create the image tag by combining branch and commit hash
|
||||
IMAGE_TAG="${USER}-${GIT_BRANCH}-${GIT_COMMIT_HASH}"
|
||||
IMAGE_TAG="${GIT_BRANCH}-${GIT_COMMIT_HASH}"
|
||||
IMAGE_NAME="$NEXUS_REPO/$IMAGE_NAME:$IMAGE_TAG"
|
||||
|
||||
echo "Building docker image: {$IMAGE_NAME}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user