Skip to content

Commit 5ac3b88

Browse files
committed
Reduce unecessary output from dispatcher when starting experiment.
1 parent 3234e15 commit 5ac3b88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/dispatcher-image/startup-dispatcher.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cloud_sql_proxy -instances="$CLOUD_SQL_INSTANCE_CONNECTION_NAME" &
2424
# Setup source code, virtualenv and dependencies.
2525
gsutil -m rsync -r "${EXPERIMENT_FILESTORE}/${EXPERIMENT}/input" "${WORK}"
2626
mkdir ${WORK}/src
27-
tar -xvzf ${WORK}/src.tar.gz -C ${WORK}/src
27+
tar -xzf ${WORK}/src.tar.gz -C ${WORK}/src
2828

2929
# Set up credentials locally as cloud metadata service does not scale.
3030
credentials_file=${WORK}/creds.json

0 commit comments

Comments
 (0)