Skip to content

Commit

Permalink
Per #2611, adding mv destination
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop committed Nov 14, 2023
1 parent 0ef6d5b commit 8d5673f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scripts/docker/build_met_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd /met
echo "Creating tar file for MET ${MET_GIT_NAME}"
tar -zcf MET-${MET_GIT_NAME}.tar.gz MET-${MET_GIT_NAME}/
echo "Moving tar file to tar_files subdirectory"
mv MET-${MET_GIT_NAME}.tar.gz
mv MET-${MET_GIT_NAME}.tar.gz tar_files

mkdir -p /met/logs

Expand Down

0 comments on commit 8d5673f

Please sign in to comment.