-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
Background
ci/circleci: gem-publish-1 currently fails
Proposed
Fix the error so that this step can complete successfully
Notes
Related: #38 (comment)
Nexus | Check if version is already present in the repository
#!/bin/bash -eo pipefail
gem list --prerelease --all --remote --clear-sources \
--source https://${NEXUS_PUSH_USER}:${NEXUS_PUSH_PASS}@${NEXUS_URL} \
`cat gem/name` \
| grep --invert-match "[( ,]`cat gem/version`[, )]"
ERROR: While executing gem ... (NoMethodError)
undefined method `downcase' for nil:NilClass
Exited with code exit status 1
CircleCI received exit code 1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels