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
I am trying to build the function, but I am facing the error:
Error: Error running command 'fn build --verbose --build-arg ARG_ADMIN_ATP_PASSWORD=xxxxxx --build-arg ARG_ATP_USER=iotuser --build-arg ARG_ATP_PASSWORD=xxxxxxx --build-arg ARG_ATP_ALIAS=iotpdb_medium': exit status 1. Output: INFO 2022/01/12 13:18:29.319802 log.go:106: logger level set to: 3 ERROR: error creating .fn directory mkdir /home/orm/.fn: file exists
I have added a command for deletion of the .fn directory (rm -rf /home/orm/.fn), but it is not working and the problem persists.
How to fix it?
The text was updated successfully, but these errors were encountered:
Can we have any input on it? I have the same issue
Sorry, something went wrong.
No branches or pull requests
I am trying to build the function, but I am facing the error:
I have added a command for deletion of the .fn directory (rm -rf /home/orm/.fn), but it is not working and the problem persists.
How to fix it?
The text was updated successfully, but these errors were encountered: