Skip to content
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

Environment variables lost in context_in #86

Open
FlorianPO opened this issue Jul 7, 2016 · 1 comment
Open

Environment variables lost in context_in #86

FlorianPO opened this issue Jul 7, 2016 · 1 comment
Labels

Comments

@FlorianPO
Copy link

Under certain conditions, environment variables set in context_in can be lost.

This is fine ($test_var is known) :

setup:
  - first_step:
    - bloc1:
      - exec_in: export test_var="test"
      - exec_in: echo $test_var

This is not fine ($test_var is unknown) :

setup:
  - first_step:
    - bloc1:
      - exec_in: export test_var="test"
    - bloc2:
      - exec_in: echo $test_var

This could be related to #64

@mickours mickours added the bug label Jul 7, 2016
@FlorianPO
Copy link
Author

This can also happen with the out_context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants