-
Notifications
You must be signed in to change notification settings - Fork 34
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
Bug: stacker grab has side-effects creates bin/ #566
Labels
Comments
smoser
added a commit
to smoser/stacker
that referenced
this issue
Nov 30, 2023
'stacker grab' was creating a 'bin/' dir in the current working directory. This fixes that and adds a test to ensure that neither grab nor build have side effects. Fixes project-stacker#566. Signed-off-by: Scott Moser <smoser@brickies.net>
hallyn
pushed a commit
to smoser/stacker
that referenced
this issue
Jan 8, 2024
'stacker grab' was creating a 'bin/' dir in the current working directory. This fixes that and adds a test to ensure that neither grab nor build have side effects. Fixes project-stacker#566. Signed-off-by: Scott Moser <smoser@brickies.net> Signed-off-by: Serge E. Hallyn <shallyn@cisco.com>
smoser
added a commit
to smoser/stacker
that referenced
this issue
Jan 9, 2024
'stacker grab' was creating a 'bin/' dir in the current working directory. This fixes that and adds a test to ensure that neither grab nor build have side effects. Fixes project-stacker#566. Signed-off-by: Scott Moser <smoser@brickies.net>
smoser
added a commit
to smoser/stacker
that referenced
this issue
Jan 9, 2024
'stacker grab' was creating a 'bin/' dir in the current working directory. This fixes that and adds a test to ensure that neither grab nor build have side effects. Fixes project-stacker#566. Signed-off-by: Scott Moser <smoser@brickies.net>
smoser
added a commit
to smoser/stacker
that referenced
this issue
Jan 9, 2024
'stacker grab' was creating a 'bin/' dir in the current working directory. This fixes that and adds a test to ensure that neither grab nor build have side effects. Fixes project-stacker#566. Signed-off-by: Scott Moser <smoser@brickies.net>
smoser
added a commit
to smoser/stacker
that referenced
this issue
Jan 12, 2024
'stacker grab' was creating a 'bin/' dir in the current working directory. This fixes that and adds a test to ensure that neither grab nor build have side effects. Fixes project-stacker#566. Signed-off-by: Scott Moser <smoser@brickies.net>
smoser
added a commit
to smoser/stacker
that referenced
this issue
Jan 12, 2024
'stacker grab' was creating a 'bin/' dir in the current working directory. This fixes that and adds a test to ensure that neither grab nor build have side effects. Fixes project-stacker#566. Signed-off-by: Scott Moser <smoser@brickies.net>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stacker version
v1.0.0-rc9
Describe the bug
'stacker grab' creates a 'bin/' directory in the current working directory.
To reproduce
Run the script below, it has output like:
go-test.sh is:
The text was updated successfully, but these errors were encountered: