Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Commit

Permalink
Pull mongo image in case the user running make-release doesn't have i…
Browse files Browse the repository at this point in the history
…t installed
  • Loading branch information
Logan L committed Mar 12, 2019
1 parent cec22b2 commit c12e04a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-scripts/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ IN_DEV_MAIN_COMPOSE_FILE="$IN_DEV_COMPOSE_DIR/main.yaml"
################################################################################
echo "Building Docker images"
COMPOSE_FILE="$IN_DEV_MAIN_COMPOSE_FILE" docker-compose build
docker pull mongo:3.6

################################################################################
TMP_DIR=`mktemp -d -q "/tmp/IPFIX-RITA.XXXXXXXX" </dev/null`
Expand Down

0 comments on commit c12e04a

Please sign in to comment.