We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What am I doing wrong?
# deploy stage usage: git diff [--no-index] <path> <path> commit or stash your changes before deploying
The text was updated successfully, but these errors were encountered:
There is a bug on the
check_for_local_changes
It runs a git diff on the local current directory. Comment it out and do the check manually for now may be , that works for me for now.
Sorry, something went wrong.
same here.
check_for_local_changes should have run "cd $path/source" at the beginning I think
run "cd $path/source"
any workarounds for the issue?
No branches or pull requests
What am I doing wrong?
The text was updated successfully, but these errors were encountered: