8000 deploy-plugin.sh: Unable to proceed after aborted push (tag is already added) · Issue #26 · sudar/wp-plugin-in-github · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

deploy-plugin.sh: Unable to proceed after aborted push (tag is already added) #26

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

Open
W3Extensions opened this issue Mar 20, 2018 · 1 comment

Comments

@W3Extensions
Copy link

During the authentication stage, I had to abort the deploy-plugin.sh script. But when I ran the script again, I got an error telling me I couldn't proceed because the version number/tag had already been added. So I had to bump up the version number in my plugin and readme file just to execute the script.

Is there something else I could have done or is this an issue that should be addressed in the script?

@W3Extensions W3Extensions changed the title deploy-plugin.sh: Unable to proceed after aborted push (tag is added) deploy-plugin.sh: Unable to proceed after aborted push (tag is already added) Mar 20, 2018
@sudar
Copy link
Owner
sudar commented Mar 21, 2018

@W3Extensions

This script is nothing but a bunch of shell commands. If you quit the script mid-way there is no way to know at which step the script was stopped.

Is there something else I could have done

One thing I have done in the past is to temporarily comment out the commands that are already run in the script file and then re-run the script.

I know it is not ideal, but unfortunately I can't think of any other alternative at this point in time.

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

2 participants
0