Skip to content

Commit

Permalink
add restart to template build trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mishaschwartz committed Jan 10, 2025
1 parent e9282cc commit 78b6e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion birdhouse/birdhouse-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ fi

COMPOSE_EXTRA_OPTS=""

if [ x"$1" = x"up" ]; then
if [ x"$1" = x"up" ] || [ x"$1" = x"restart" ]; then
COMPOSE_EXTRA_OPTS="${BIRDHOUSE_COMPOSE_UP_EXTRA_OPTS}"
for adir in $ALL_CONF_DIRS; do
COMPONENT_PRE_COMPOSE_UP="$adir/pre-docker-compose-up"
Expand Down

0 comments on commit 78b6e14

Please sign in to comment.