ci: 15.0.2
This commit is contained in:
parent
0fde401101
commit
d73a7945ad
2 changed files with 5 additions and 3 deletions
|
@ -17,6 +17,8 @@ Changelog structure reference:
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [15.0.2]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Zig
|
||||
|
|
6
build.sh
6
build.sh
|
@ -26,17 +26,17 @@ if [[ -z "${PRIVATE_KEY_PASSWORD}" ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
if [[ -z "${MAVEN_DEPLOY_USER}"]]; then
|
||||
if [[ -z "${MAVEN_DEPLOY_USER}" ]]; then
|
||||
echo "MAVEN_DEPLOY_USER missing!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [[ -z "${MAVEN_DEPLOY_PASSWORD}"]]; then
|
||||
if [[ -z "${MAVEN_DEPLOY_PASSWORD}" ]]; then
|
||||
echo "MAVEN_DEPLOY_USER missing!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [[ -z "${IJ_PUBLISH_TOKEN}"]]; then
|
||||
if [[ -z "${IJ_PUBLISH_TOKEN}" ]]; then
|
||||
echo "MAVEN_DEPLOY_USER missing!"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue