No need to bin/compile. Why official docs are not right... I wonder!

This commit is contained in:
root 2017-05-17 10:14:53 +02:00
parent 541e07884e
commit 20e7cfa825

View file

@ -22,7 +22,6 @@ cd /home/${gitlabUser}/gitlab-shell
sudo -u $gitlabUser -H git fetch --all
sudo -u $gitlabUser -H git checkout -B v$(cat /home/${gitlabUser}/gitlab/GITLAB_SHELL_VERSION) \
tags/v$(cat /home/${gitlabUser}/gitlab/GITLAB_SHELL_VERSION)
bin/compile
cd /home/${gitlabUser}/gitlab-workhorse
sudo -u $gitlabUser -H git fetch --all
sudo -u $gitlabUser -H git checkout -B v$(cat /home/${gitlabUser}/gitlab/GITLAB_WORKHORSE_VERSION) \