Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Nexus build step #45

Open
benjaminoakes opened this issue Sep 8, 2023 · 1 comment
Open

Fix Nexus build step #45

benjaminoakes opened this issue Sep 8, 2023 · 1 comment

Comments

@benjaminoakes
Copy link
Contributor

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
@benjaminoakes
Copy link
Contributor Author

As of right now, super_spreader may have to be manually pushed to RubyGems until changes to our CI pipeline for releasing open-source gems can be completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant