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

Fix syft.build.helm parse errors #8133

Merged
merged 2 commits into from
Oct 5, 2023
Merged

Fix syft.build.helm parse errors #8133

merged 2 commits into from
Oct 5, 2023

Conversation

yashgorana
Copy link
Contributor

@yashgorana yashgorana commented Oct 5, 2023

Description

Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one or more open issues, please tag them as described here.

Affected Dependencies

List any dependencies that are required for this change.

How has this been tested?

  • Describe the tests that you ran to verify your changes.
  • Provide instructions so we can reproduce.
  • List any relevant details for your test configuration.

Checklist

@yashgorana yashgorana self-assigned this Oct 5, 2023
tox.ini Outdated
bash -c 'cd packages/grid && \
[[ -n "$CONTAINER_REGISTRY" ]] && REGISTRY_FLAG="--var CONTAINER_REGISTRY=$CONTAINER_REGISTRY" || REGISTRY_FLAG="" && \
[[ -n "$VERSION" ]] && VERSION_FLAG="--var VERSION=$VERSION" || VERSION_FLAG="" && \
devspace deploy --render --skip-build --build-sequential --no-warn --silent ${REGISTRY_FLAG} ${VERSION_FLAG} --kube-context "k3d-build" > out.txt'
devspace deploy --render --skip-build ${REGISTRY_FLAG} ${VERSION_FLAG} --kube-context "k3d-build" --no-warn --no-colors > out.txt ; \
printf '-%.0s' {1..100} ; echo "\nDEBUG out.txt:\n" ; cat out.txt ; printf '-%.0s' {1..100} ; echo'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will ignore the exit code of devspace deploy. Fix this by capturing the error code and exit accordingly

@yashgorana yashgorana enabled auto-merge October 5, 2023 08:25
@yashgorana yashgorana merged commit b582334 into dev Oct 5, 2023
@yashgorana yashgorana deleted the yash/yaml-parse-errors branch October 5, 2023 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants