-
Notifications
You must be signed in to change notification settings - Fork 145
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
Exporting environment variables in CMD do not persist in next command #696
Comments
I don't consider this is a bug. Each |
Thanks, @michael-o - I guessed that already. I would also be interested, how other people solve this. I guess I can close this then - or is that something to keep? |
A script is usually the way to go. You can check something like the wordpress template as an example. |
Hi @yaazkal - yes. I had that also first. But that means that I have to write the secure credentials into that script file. Does anyone know if I could at least write multiline in the Bastillefile ? like so... CMD do this \
do one thing \
and then another \
and so on |
@marschro ...durch die Brust in die Anus |
I’ve resolved to just use simple sh scripts as opposed to templates for this reason. It’s just easier to work with, especially when doing conditional commands. |
[MANDATORY] Describe the bug [MANDATORY]
I have the following Bastillefile:
... which is working but is not readable and not well maintainable as along long one-liner (there are much more variables to set in my real project)
[MANDATORY] Bastille and FreeBSD version (paste
bastille -v && freebsd-version -kru
output)[MANDATORY] How did you install bastille? (port/pkg/git)
[optional] Steps to reproduce?
[optional] Expected behavior
[optional] Screenshots
[optional] Additional context
The text was updated successfully, but these errors were encountered: