Skip to content

Commit

Permalink
emma+rob changed: shift 3 + depth 1
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Oct 24, 2023
1 parent 2174e5f commit 768ed0a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker/pull-site-and-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
set -ex
HERE=$(dirname "$0")

git clone --branch $1 $2 $3
git clone --depth 1 --branch $1 $2 $3

shift
shift
shift
shift 3

"$HERE"/wodin $*

0 comments on commit 768ed0a

Please sign in to comment.