Skip to content

Commit 46d99d9

Browse files
committed
Add shell to go into the container for manual labour
1 parent b9420d5 commit 46d99d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ composer-unused: ## Ensure we don't require any package we don't use in this pac
5858
backward-compatibility-check: ## Check code for backwards incompatible changes
5959
$(DOCKER_RUN) vendor/bin/roave-backward-compatibility-check || true
6060

61+
shell: ## Provides Shell access in the expected environment ###
62+
$(DOCKER_RUN) ash
63+
6164
task-list-ci:
6265
@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | grep -v "###" | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "%s\n", $$1}' | jq --raw-input --slurp -c 'split("\n")| .[0:-1]'
6366

0 commit comments

Comments
 (0)