Skip to content

Commit

Permalink
Merge pull request #302 from kubernetes-simulator/kubesim-release
Browse files Browse the repository at this point in the history
Add kubesim to releases
  • Loading branch information
pi-unnerup authored Sep 28, 2020
2 parents b148b90 + e75bc67 commit df5e389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ docs: ## Generate documentation
release: validate-reqs gpg-preflight previous-tag release-tag docker-test docker-build build ## Docker container and binary release automation for simulator
git tag --sign -m $(RELEASE_TAG) $(RELEASE_TAG)
git push origin $(RELEASE_TAG)
hub release create -m $(RELEASE_TAG) -a dist/simulator $(RELEASE_TAG)
hub release create -m $(RELEASE_TAG) -a dist/simulator -a kubesim $(RELEASE_TAG)
docker tag $(CONTAINER_NAME_LATEST) $(DOCKER_HUB_ORG)/simulator:$(RELEASE_TAG)
docker push $(DOCKER_HUB_ORG)/simulator:$(RELEASE_TAG)
docker tag $(CONTAINER_NAME_LATEST) $(DOCKER_HUB_ORG)/simulator:latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Refer to the [Tasks YAML file Format documentation](./docs/tasks-yaml-format.md)

<pre>
# cURL the script from GitHub
curl -o kubesim https://raw.githubusercontent.com/kubernetes-simulator/simulator/master/kubesim
curl -Lo kubesim https://github.com/kubernetes-simulator/simulator/releases/latest/download/kubesim
# Make it executeable
chmod a+x kubesim
# Place the script on your path
Expand Down

0 comments on commit df5e389

Please sign in to comment.