Skip to content

Commit

Permalink
add dbal to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Apr 24, 2017
1 parent 2ba867b commit 94ca0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi

CURRENT_BRANCH=`git rev-parse --abbrev-ref HEAD`

for REMOTE in origin psr-queue stomp amqp-ext fs redis enqueue enqueue-bundle job-queue test
for REMOTE in origin psr-queue stomp amqp-ext fs redis dbal enqueue enqueue-bundle job-queue test
do
TMP_DIR="/tmp/enqueue-repo"
REMOTE_URL=`git remote get-url $REMOTE`
Expand Down

0 comments on commit 94ca0b5

Please sign in to comment.