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

remove unused fi in rancher-release set-kdm-branch #285

Merged
merged 2 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmd/rancher_release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Results are printed in MD, and can be pasted into Slack, but formatting is trick
**Examples**

```
rancher_release list-nonmirrored-rc-images --tag v2.6
rancher_release list-nonmirrored-rc-images --tag v2.8.0-rc1
```

### check-rancher-image
Expand All @@ -32,7 +32,7 @@ Checks if there’s an available Helm Chart and Docker images for amd64, arm and
**Examples**

```
rancher_release check-rancher-image --tag v2.6
rancher_release check-rancher-image --tag v2.8.0-rc1
```

### set-kdm-branch-refs
Expand Down
1 change: 0 additions & 1 deletion release/rancher/rancher.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Linux)
exit 1
;;
esac
fi
git add pkg/settings/setting.go
git add package/Dockerfile
git add Dockerfile.dapper
Expand Down