-
Notifications
You must be signed in to change notification settings - Fork 6
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
No pshtt.zip file in 'develop' branch #29
Comments
@refayathaque, thanks for the issue. Is this the error you're seeing? /venv/bin/activate: line 31: $1: unbound variable I ran into that myself today, and I created #32 to fix it. Please let me know if this is the same issue you are seeing. |
@refayathaque, #32 is now merged. Give that a try and let us know if that fixes the issue you were seeing (or not). |
I am going to close this issue since I believe it is fixed. @refayathaque, please reopen it if I haven't fixed the problem you were seeing. |
Hi @jsf9k Sorry I'm getting to this so late. Ummm I don't think we are talking about the same thing. So I am using this repo to build myself Lambda deployment packages for pshtt and trustymail. I'm not using this with It's not a massive issue but just wanted to bring it to your attention. Thank you! |
@refayathaque, the master branch is woefully out of date. You really want to be building from the develop branch. Can you share the output of |
Hi Shane @jsf9k Attached are some screenshots that should explain what is going on. Appreciate the help! |
You should definitely be using the |
It is causing the activate script to error out for some folks. This resolves #29.
@refayathaque, can you check out branch |
@jsf9k thank you so much! |
Hi guys,
Upon cloning the repo and running all commands in the readme I do not get the
pshtt.zip
file, however, once I switch into themaster
branch I do. Is there something different we need to do to build thepshtt.zip
file using Docker in thedevelop
branch?Thank you,
The text was updated successfully, but these errors were encountered: