Skip to content

Commit

Permalink
add set +e before docker cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed May 14, 2024
1 parent 1f3c41a commit d9504e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dev-infra/_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ main_docker() {
echo "all services ${services} are already running"
fi

set +e

# setup environment variables and run args
export_env
"$@"
Expand Down

0 comments on commit d9504e5

Please sign in to comment.