Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#2956 from Ankitasw/e2e-makefile-fix
Browse files Browse the repository at this point in the history
Fix unzip command while running e2e tests locally
  • Loading branch information
k8s-ci-robot authored Nov 16, 2021
2 parents dcd6e44 + f7bd0fa commit 7f4e35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ ifeq ($(UNAME), Linux)
endif
ifeq ($(UNAME), Darwin)
$(MAKE) $(SSM_SHARE)/sessionmanager-bundle.zip
cd $(BIN_DIR) && unzip -j ../share/ssm/sessionmanager-bundle.zip sessionmanager-bundle/bin/session-manager-plugin
cd $(BIN_DIR) && unzip -o -j ../share/ssm/sessionmanager-bundle.zip sessionmanager-bundle/bin/session-manager-plugin
endif

.PHONY: clean
Expand Down

0 comments on commit 7f4e35a

Please sign in to comment.