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

Push the helm chart to the default branch of the cluster repository #459

Merged
merged 1 commit into from
Oct 13, 2020

Conversation

kierenevans
Copy link
Contributor

Agnostic about main branch, so we can convert cluster repositories as we go.

@@ -59,7 +59,7 @@ command('app publish chart <release> <message>'):
export GIT_SSH_COMMAND='ssh -i ../id_rsa -o "IdentitiesOnly yes" -F /dev/null -o StrictHostKeyChecking=no'
run git -C ./build-artifacts-repository add .
run "git -C ./build-artifacts-repository commit --allow-empty -m '${MESSAGE}'"
run git -C ./build-artifacts-repository push origin master
run git -C ./build-artifacts-repository push origin -u HEAD
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Maybe we don't need to set the upstream?

Suggested change
run git -C ./build-artifacts-repository push origin -u HEAD
run git -C ./build-artifacts-repository push origin HEAD

@kierenevans kierenevans added enhancement New feature or request harness-php PHP harness labels Oct 13, 2020
@kierenevans kierenevans added this to the 0.11.0 milestone Oct 13, 2020
@kierenevans kierenevans merged commit 296897f into 0.11.x Oct 13, 2020
@kierenevans kierenevans deleted the feature/push-to-default-branch branch October 13, 2020 15:53
@kierenevans kierenevans added the hacktoberfest-accepted Accepted for Hacktoberfest label Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest-accepted Accepted for Hacktoberfest harness-php PHP harness
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants