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

list-all-packages.sh includes kubernetes-conformance packages #1496

Merged
merged 2 commits into from
Apr 20, 2021

Conversation

emosbaugh
Copy link
Member

Adds kubernetes-conformance packages to the list of packages to be copied from staging to prod on deploy.

@emosbaugh emosbaugh requested a review from areed April 20, 2021 13:58
Copy link
Contributor

@areed areed left a comment

Choose a reason for hiding this comment

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

This lists conformance packages three times

@@ -19,6 +19,12 @@ function pkgs() {
continue
fi
echo "${name}-${version}.tar.gz"
if [ "${name}" = "kubernetes" ] || [ "${name}" = "k-3-s" ] || [ "${name}" = "rke-2" ]; then
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
if [ "${name}" = "kubernetes" ] || [ "${name}" = "k-3-s" ] || [ "${name}" = "rke-2" ]; then
if [ "${name}" = "kubernetes" ]; then

Copy link
Member Author

Choose a reason for hiding this comment

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

yes, but we dont have 1.18.13 for kubernetes and we do for rke2. I will deduplicate.

@emosbaugh emosbaugh requested a review from areed April 20, 2021 16:43
@emosbaugh emosbaugh merged commit ce49c1d into master Apr 20, 2021
@emosbaugh emosbaugh deleted the list-conformance-packages branch April 20, 2021 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants