Skip to content

Commit

Permalink
Log maven token to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ivo.liondov authored and ivo.liondov committed Dec 28, 2024
1 parent d9df0cb commit bbeb9d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .maven/maven-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ fi
BODY_ARTIFACT="service-okhttp-${CURRENT_TAG}.zip"

# The username:password for the maven repository
MAVEN_CREDENTIALS=`printf "${MAVEN_USERNAME}:${MAVEN_PASSWORD}" | base64`

MAVEN_CREDENTIALS=$(printf "${MAVEN_USERNAME}:${MAVEN_PASSWORD}" | base64)
echo "MAVEN_CREDENTIALS: ${MAVEN_CREDENTIALS}"
# Publish the body artifact
curl --request POST \
--verbose \
Expand Down

0 comments on commit bbeb9d8

Please sign in to comment.