File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ cloud_sql_proxy -instances="$CLOUD_SQL_INSTANCE_CONNECTION_NAME" &
2424# Setup source code, virtualenv and dependencies.
2525gsutil -m rsync -r " ${EXPERIMENT_FILESTORE} /${EXPERIMENT} /input" " ${WORK} "
2626mkdir ${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.
3030credentials_file=${WORK} /creds.json
Original file line number Diff line number Diff line change @@ -553,7 +553,7 @@ def start(self):
553553 'rsync -r '
554554 '"${EXPERIMENT_FILESTORE}/${EXPERIMENT}/input/" ${WORK} && '
555555 'mkdir ${WORK}/src && '
556- 'tar -xvzf ${WORK}/src.tar.gz -C ${WORK}/src && '
556+ 'tar -xzf ${WORK}/src.tar.gz -C ${WORK}/src && '
557557 'PYTHONPATH=${WORK}/src python3 '
558558 '${WORK}/src/experiment/dispatcher.py || '
559559 '/bin/bash' # Open shell if experiment fails.
You can’t perform that action at this time.
0 commit comments