-
Notifications
You must be signed in to change notification settings - Fork 4
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
Updating buildpack bump pipeline #357
Conversation
@@ -2,45 +2,59 @@ | |||
|
|||
set -o errexit -o nounset | |||
|
|||
# Updates release information in role-manifest | |||
# Updates release information in values.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Updates release information in values.yaml | |
# Updates release information in values.yaml. |
@@ -2,45 +2,59 @@ | |||
|
|||
set -o errexit -o nounset | |||
|
|||
# Updates release information in role-manifest | |||
# Updates release information in values.yaml | |||
# Looks for a release like: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Looks for a release like: | |
# It looks for a release like: |
|
||
PYTHON_CODE=$(cat <<EOF | ||
#!/usr/bin/python3 | ||
|
||
import ruamel.yaml | ||
|
||
def represent_none(self, data): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a comment to this function, please.
This PR intends to update the suse buildpacks pipeline in order to support recent changes in: cloudfoundry-incubator/kubecf#314