Skip to content

Commit

Permalink
ci: fetch tags during setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rmnldwg committed Nov 28, 2023
1 parent 2f48e41 commit 43ff33b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ info "clone LyProX repo into correct location:"
if [[ ! -d /srv/www/$1/.git ]]; then
git clone --branch $branch https://github.com/rmnldwg/lyprox /srv/www/$1
fi
git --git-dir=/srv/www/$1/.git --work-tree=/srv/www/$1 fetch --tags --force
git --git-dir=/srv/www/$1/.git --work-tree=/srv/www/$1 checkout --force $branch
git --git-dir=/srv/www/$1/.git --work-tree=/srv/www/$1 pull --force

Expand Down

0 comments on commit 43ff33b

Please sign in to comment.