File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 exit 1
99fi
1010
11- docker- compose run -e CHANGELOG_GITHUB_TOKEN=${CHANGELOG_GITHUB_TOKEN:- " " } --workdir=" /mqdev" --rm generate-changelog github_changelog_generator --future-release " $1 " --no-issues --unreleased-only --output " CHANGELOG_FUTURE.md"
11+ docker compose run -e CHANGELOG_GITHUB_TOKEN=${CHANGELOG_GITHUB_TOKEN:- " " } --workdir=" /mqdev" --rm generate-changelog github_changelog_generator --future-release " $1 " --no-issues --unreleased-only --output " CHANGELOG_FUTURE.md"
1212
13- # git add CHANGELOG.md && git commit -m "Release $1" -S && git push origin "$CURRENT_BRANCH"
13+ # git add CHANGELOG.md && git commit -m "Release $1" -S && git push origin "$CURRENT_BRANCH"
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ while getopts "bustefdp" OPTION; do
99 docker compose pull -q && docker compose build
1010 ;;
1111 u)
12- docker- compose up
12+ docker compose up
1313 ;;
1414 s)
15- docker- compose stop
15+ docker compose stop
1616 ;;
1717 e)
1818 docker exec -it mqdev_dev_1 /bin/bash
@@ -21,7 +21,7 @@ while getopts "bustefdp" OPTION; do
2121 ./bin/php-cs-fixer fix
2222 ;;
2323
24- d) docker- compose run --workdir=" /mqdev" --rm dev php pkg/enqueue-bundle/Tests/Functional/app/console.php config:dump-reference enqueue -vvv
24+ d) docker compose run --workdir=" /mqdev" --rm dev php pkg/enqueue-bundle/Tests/Functional/app/console.php config:dump-reference enqueue -vvv
2525 ;;
2626 \? )
2727 echo " Invalid option: -$OPTARG " >&2
Original file line number Diff line number Diff line change @@ -49,6 +49,6 @@ Once everything is done open a pull request on official repository.
4949
5050## WTF?!
5151
52- * If you get ` rabbitmqssl: forward host lookup failed: Unknown host, wait for service rabbitmqssl:5671 ` do ` docker- compose down ` .
52+ * If you get ` rabbitmqssl: forward host lookup failed: Unknown host, wait for service rabbitmqssl:5671 ` do ` docker compose down ` .
5353
5454[ back to index] ( index.md )
You can’t perform that action at this time.
0 commit comments