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

chore: Use https for scm connection #454

Merged
merged 1 commit into from
Apr 25, 2024
Merged

chore: Use https for scm connection #454

merged 1 commit into from
Apr 25, 2024

Conversation

adangel
Copy link
Collaborator

@adangel adangel commented Apr 25, 2024

This hopefully fixes the release workflow.

The last release failed with:

[INFO] Executing: /bin/sh -c cd /home/runner/work/liquibase-percona/liquibase-percona && git push http://github.com/liquibase/liquibase-percona.git refs/heads/main:refs/heads/main
[INFO] Working directory: /home/runner/work/liquibase-percona/liquibase-percona
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  23.805 s
[INFO] Finished at: 2024-03-27T20:26:57Z
[INFO] ------------------------------------------------------------------------
Error:  Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli) on project liquibase-percona: Unable to commit files
Error:  Provider message:
Error:  The git-push command failed.
Error:  Command output:
Error:  fatal: could not read Username for 'https://github.com/': No such device or address
Error:  -> [Help 1]
Error:  
Error:  To see the full stack trace of the errors, re-run Maven with the -e switch.
Error:  Re-run Maven using the -X switch to enable full debug logging.
Error:  
Error:  For more information about the errors and possible solutions, please read the following articles:
Error:  [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Error: Process completed with exit code 1.

@adangel adangel added the chore label Apr 25, 2024
@adangel adangel added this to the next milestone Apr 25, 2024
Copy link

sonarcloud bot commented Apr 25, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@adangel adangel merged commit e0aefa4 into main Apr 25, 2024
27 checks passed
@adangel adangel deleted the fix-scm-url branch April 25, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant