This is an automated email from the ASF dual-hosted git repository.
houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new b4edd56d8a8 Release wizard fixes
b4edd56d8a8 is described below
commit b4edd56d8a8e8ed209dc46a40e9e0fed83d1ff8d
Author: Houston Putman <[email protected]>
AuthorDate: Fri Jul 21 16:57:41 2023 -0400
Release wizard fixes
---
dev-tools/scripts/releaseWizard.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-tools/scripts/releaseWizard.yaml
b/dev-tools/scripts/releaseWizard.yaml
index 027aab90d54..eafd4cd1621 100644
--- a/dev-tools/scripts/releaseWizard.yaml
+++ b/dev-tools/scripts/releaseWizard.yaml
@@ -866,7 +866,7 @@ groups:
SOLR_DOWNLOAD_SERVER={{ release_candidate_location }}/solr && \
docker build $SOLR_DOWNLOAD_SERVER/{{ release_version
}}/docker/Dockerfile.official-full \
--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
- -t solr-rc:{{ release_version }}-{{ rc_number }}} && \
+ -t solr-rc:{{ release_version }}-{{ rc_number }} && \
docker build $SOLR_DOWNLOAD_SERVER/{{ release_version
}}/docker/Dockerfile.official-slim \
--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
-t solr-rc:{{ release_version }}-{{ rc_number }}-slim