Skip to content

Commit

Permalink
Added image pull to avoid breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
ocket8888 committed Jun 11, 2020
1 parent f6558d9 commit bbba3c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ while (( "$#" )); do
if (( "$verbose" == 0 )); then
exec >/dev/null 2>&1
fi
"${COMPOSECMD[@]}" -f $COMPOSE_FILE pull $1;
"${COMPOSECMD[@]}" -f $COMPOSE_FILE build $1 || exit 1
"${COMPOSECMD[@]}" -f $COMPOSE_FILE run "${RUN_OPTIONS[@]}" --rm $1 || exit 1
) || {
Expand Down

0 comments on commit bbba3c1

Please sign in to comment.