We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618aa07 commit 6f9ca58Copy full SHA for 6f9ca58
spring-cloud-oci/scripts/deploy
@@ -54,7 +54,7 @@ echo "Successfully deployed project to ${REPOSITORY_URL}/${REPOSITORY_NAME}"
54
PACKAGES="$(mvn -Dexec.executable='echo' -Dexec.args='${project.artifactId}' exec:exec -q)"
55
printf "The following artifacts have been created for upload:\n\n"
56
for PACKAGE in $PACKAGES; do
57
- if [[ "$PACKAGE" != *"-sample"* ]] && [[ "$PACKAGE" != "spring-cloud-oci-docs" ]] && [[ "$PACKAGE" != "spring-cloud-oci-dependencies" ]]; then
+ if [[ "$PACKAGE" != *"-sample"* ]] && [[ "$PACKAGE" != "spring-cloud-oci-docs" ]]; then
58
echo "com.oracle.cloud.spring:${PACKAGE}:${VERSION}"
59
fi
60
done
0 commit comments