Skip to content

Commit

Permalink
pull 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vortexing committed Jan 21, 2022
1 parent 65c29df commit 453982e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cromwellv1.2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi
echo "Getting an updated copy of Cromwell configs from GitHub..."
# If the repo already exists, delete it then re-clone a fresh copy
if [ -d "diy-cromwell-server" ]; then rm -Rf diy-cromwell-server; fi
git clone --branch v1.1 https://github.com/FredHutch/diy-cromwell-server.git
git clone --branch v1.2 https://github.com/FredHutch/diy-cromwell-server.git

echo "Setting up all required directories..."
# If the directory to write server logs to doesn't yet exist, make it.
Expand Down

0 comments on commit 453982e

Please sign in to comment.