NASA-PDS / roundup-action

Do a "roundup", a/k/a PDS-style continuous integration and delivery
Apache License 2.0
1 stars 4 forks source link

Bug with roundup execution specific to registry common repo #108

Closed jordanpadams closed 1 year ago

jordanpadams commented 1 year ago

Checked for duplicates

Yes - I've already checked

🐛 Describe the bug

When merging to main and github action for unstable deployment executes, I noticed it fails: https://github.com/NASA-PDS/registry-common/actions/runs/4555844792/jobs/8040739494

🕵️ Expected behavior

I expected it would generate all the artifacts and deploy as expected

📜 To Reproduce

See action for failure.

When I mvn clean site deploy from my local machine, it works just fine. It looks like from here roundup is not finding the 1.4.0-SNAPSHOT version of the repo, and instead is trying to push 1.3.1? Not sure if that is the issue or if there is some other issue going on here?

🖥 Environment Info

No response

📚 Version of Software Used

No response

🩺 Test Data / Additional context

No response

🦄 Related requirements

No response

⚙️ Engineering Details

No response

jordanpadams commented 1 year ago

@alexdunnjpl ☝️

tloubrieu-jpl commented 1 year ago

No able to reproduce it